Skip to content

Commit

Permalink
Bump version and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stirante committed May 6, 2018
1 parent 7cfb16c commit 13f62f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RuneChanger

[![Video](https://img.youtube.com/vi/VgJUP5ExYjo/0.jpg)](https://youtu.be/VgJUP5ExYjo)
[![Video](https://img.youtube.com/vi/5Gdlu3nIlAw/0.jpg)](https://www.youtube.com/watch?v=5Gdlu3nIlAw)

## Requirements
#### Running
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.stirante</groupId>
<artifactId>RuneChanger</artifactId>
<version>1.2</version>
<version>1.3</version>

<properties>
<java.version>1.8</java.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stirante/RuneChanger/gui/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ public class Constants {
public static final int MARGIN = 10;

//version string
public static final String VERSION_STRING = "1.2";
public static final String VERSION_STRING = "1.3";
}

0 comments on commit 13f62f2

Please sign in to comment.