Skip to content

Commit e727949

Browse files
committed
Changed version to 1.0.1
1 parent d36f157 commit e727949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id("edu.sc.seis.launch4j") version "2.5.1"
1111
}
1212

13-
version = "1.0.0"
13+
version = "1.0.1"
1414

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

app/src/main/java/org/team2363/helixnavigator/global/Standards.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class Standards {
3838
/**
3939
* The current version of this application
4040
*/
41-
public static final String APPLICATION_VERSION = "1.0.0";
41+
public static final String APPLICATION_VERSION = "1.0.1";
4242
/**
4343
* The location of the "Documents" folder for the user
4444
*/

0 commit comments

Comments
 (0)