Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RiledUpCrow committed Jan 16, 2017
1 parent 948f5c0 commit d13591b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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>pl.betoncraft.betonquesteditor</groupId>
<artifactId>betonquest-editor</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion src/pl/betoncraft/betonquest/editor/BetonQuestEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
*/
public class BetonQuestEditor extends Application {

private static final String VERSION = "0.1.1";
private static final String VERSION = "0.1.2";

private static BetonQuestEditor instance;
private Stage stage;
Expand Down

0 comments on commit d13591b

Please sign in to comment.