Skip to content

Commit

Permalink
Updated version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
funasoul committed Feb 26, 2018
1 parent 41b4684 commit 14defc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>jp.ac.keio.bio.fun</groupId>
<artifactId>Xito_SBML</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>

<name>XitoSBML</name>
<description>A plugin to create SBML model from microscopic images</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public abstract class Spatial_SBML implements PlugIn {
String title = "Export segmented image to Spatial SBML";

/** Version info. */
String version = "1.0.0";
String version = "1.1.0";

/* (non-Javadoc)
* @see ij.plugin.PlugIn#run(java.lang.String)
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugins.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Name: XitoSBML
# Author: Kaito Ii and Akira Funahashi
# Version: 1.0.0
# Date: 2017/09/30
# Version: 1.1.0
# Date: 2018/02/26
# Requires: ImageJ 1.51h

Plugins>XitoSBML, "run Spatial Image SBML Plugin", jp.ac.keio.bio.fun.xitosbml.Spatial_Img_SBML("")
Expand Down

0 comments on commit 14defc1

Please sign in to comment.