Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoghaddam committed Jan 10, 2017
1 parent 93047c3 commit d1b7646
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
Expand Up @@ -36,7 +36,7 @@ startScripts {
}

sourceCompatibility = 1.8
version = '2.1.1'
version = '2.1.2'
jar {
manifest {
attributes 'Implementation-Title': 'Gradle Quickstart',
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gui/ConfigGeneratorGui.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
public class ConfigGeneratorGui extends Application {

private static final String APP_VERSION = "v2.1.1";
private static final String APP_VERSION = "v2.1.2";
private static final String LEATEST_RELEASE_URL = "https://github.com/fmoghaddam/Hi-Rec/releases/latest";
private static final String LATEST_RELEASE_JSON_URL = "https://api.github.com/repos/fmoghaddam/Hi-Rec/releases/latest";

Expand Down

0 comments on commit d1b7646

Please sign in to comment.