Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRONIS\pliverov committed Jul 20, 2020
1 parent 592a593 commit 231c283
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add the following block to the dependencies
<dependency>
<groupId>org.sinnlabs</groupId>
<artifactId>zk-codemirror</artifactId>
<version>0.4</version>
<version>0.5</version>
</dependency>
```

Expand Down
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.4</version>
<version>0.5</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.4</version-uid>
<version-uid>0.5</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.4";
public static final String UID = "0.5";
}

0 comments on commit 231c283

Please sign in to comment.