We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36f157 commit e727949Copy full SHA for e727949
app/build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
id("edu.sc.seis.launch4j") version "2.5.1"
11
}
12
13
-version = "1.0.0"
+version = "1.0.1"
14
15
val packageName = "${name}-${version}"
16
app/src/main/java/org/team2363/helixnavigator/global/Standards.java
@@ -38,7 +38,7 @@ public class Standards {
38
/**
39
* The current version of this application
40
*/
41
- public static final String APPLICATION_VERSION = "1.0.0";
+ public static final String APPLICATION_VERSION = "1.0.1";
42
43
* The location of the "Documents" folder for the user
44
0 commit comments