Author: scooter Date: 2010-12-18 13:33:59 -0800 (Sat, 18 Dec 2010) New Revision: 23240
Modified: csplugins/trunk/ucsf/scooter/commandTool/resources/plugin.props Log: Update version and properties Modified: csplugins/trunk/ucsf/scooter/commandTool/resources/plugin.props =================================================================== --- csplugins/trunk/ucsf/scooter/commandTool/resources/plugin.props 2010-12-18 01:17:37 UTC (rev 23239) +++ csplugins/trunk/ucsf/scooter/commandTool/resources/plugin.props 2010-12-18 21:33:59 UTC (rev 23240) @@ -13,22 +13,22 @@ pluginDescription=This plugin provides an interface to the new Cytoscape 2.7 command feature # Plugin version number, this must be two numbers separated by a decimlal. Ex. 0.2, 14.03 -pluginVersion=0.9 +pluginVersion=1.0 # Compatible Cytoscape version -cytoscapeVersion=2.7 +cytoscapeVersion=2.8 # Category, use one of the categories listed on the website or create your own -pluginCategory=Other +pluginCategory=Communication/Scripting # -- The following properties are OPTIONAL -- # # URL to a website that gives more information about your plugin, Ex. http://my-lab-site.org -projectURL=http://www.rbvi.ucsf.edu/Research/cytoscape/ +projectURL=http://www.rbvi.ucsf.edu/cytoscape/ # List of authors. Note each author and institution pair are separated by a : (colon) # each additional author institution pair must be separated from other pairs bye a ; (semicolon) pluginAuthorsIntsitutions=John "Scooter" Morris:UCSF # Date this plugin/plugin version was released -releaseDate=June 1, 2010 +releaseDate=December 18, 2010 -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
