Skip to content

Commit

Permalink
Update release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRONIS\pliverov committed Dec 22, 2017
1 parent 7a00fef commit ef29312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.sinnlabs</groupId>
<artifactId>zk-codemirror</artifactId>
<version>0.2</version>
<version>0.3</version>
<packaging>jar</packaging>

<name>ZK Codemirror</name>
Expand Down
2 changes: 1 addition & 1 deletion src/metainfo/zk/lang-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
then zk-version, the addon will be ignored -->
<version>
<version-class>org.sinnlabs.zk.codemirror.Version</version-class>
<version-uid>0.2</version-uid>
<version-uid>0.3</version-uid>
<zk-version>7.0.0</zk-version><!-- or later -->
</version>

Expand Down
2 changes: 1 addition & 1 deletion src/org/sinnlabs/zk/codemirror/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
*
*/
public class Version {
public static final String UID = "0.2";
public static final String UID = "0.3";
}

0 comments on commit ef29312

Please sign in to comment.