Skip to content

Commit

Permalink
Ready for Launcher version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-rover committed Jun 18, 2018
1 parent f784889 commit e981ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProcelioLauncher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.nio.file.StandardCopyOption
import org.apache.tools.ant.taskdefs.condition.Os

group 'procul.studios'
version '0.0.1'
version '0.0.2'

apply plugin: 'java'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class ProcelioLauncher extends Application {
/**
* Constant determines the version of the launcher build
*/
private static final Version launcherVersion = new Version(0, 0, 1);
private static final Version launcherVersion = new Version(0, 0, 2);

/**
* Constant determines the endpoint for the Procelio Backend
Expand Down

0 comments on commit e981ed2

Please sign in to comment.