Skip to content

Commit

Permalink
Changed version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbabilino committed Mar 25, 2023
1 parent d36f157 commit e727949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("edu.sc.seis.launch4j") version "2.5.1"
}

version = "1.0.0"
version = "1.0.1"

val packageName = "${name}-${version}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class Standards {
/**
* The current version of this application
*/
public static final String APPLICATION_VERSION = "1.0.0";
public static final String APPLICATION_VERSION = "1.0.1";
/**
* The location of the "Documents" folder for the user
*/
Expand Down

0 comments on commit e727949

Please sign in to comment.