Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityfox committed Dec 3, 2015
1 parent e89a613 commit 2171462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'tk.elektrofuchse.fox.foxguard'
version '0.10.2-SNAPSHOT'
version '0.10.3-SNAPSHOT'

apply plugin: 'java'

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/gravityfox/foxguard/FoxGuardMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class FoxGuardMain {
/**
* String object containing the current version of the plugin.
*/
public static final String PLUGIN_VERSION = "0.10.2";
public static final String PLUGIN_VERSION = "0.10.3";

/**
* FoxGuardMain instance object.
Expand Down

0 comments on commit 2171462

Please sign in to comment.