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 14481ce commit a4a956cCopy full SHA for a4a956c
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'java'
4
}
5
6
-version '1.1'
+version '1.1.1'
7
8
sourceCompatibility = 1.8
9
src/main/java/blobsaver/Main.java
@@ -8,7 +8,7 @@
public class Main extends Application {
10
11
- static final String appVersion = "v1.1";
+ static final String appVersion = "v1.1.1";
12
static Stage primaryStage;
13
14
public static void main(String[] args) {
0 commit comments