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 0bf9dce commit 5dcdc97Copy full SHA for 5dcdc97
keeptime.bat
@@ -1 +1 @@
1
-start "" "javaw" -Dprism.order=sw -jar keeptime-1.1.0b-SNAPSHOT.jar
+start "" "javaw" -Dprism.order=sw -jar keeptime-1.1.0-SNAPSHOT.jar
src/main/java/de/doubleslash/keeptime/Main.java
@@ -63,7 +63,7 @@ public class Main extends Application {
63
64
private static final Logger LOG = LoggerFactory.getLogger(Main.class);
65
66
- public static final String VERSION = "v1.1.0b";
+ public static final String VERSION = "v1.1.0";
67
68
private ConfigurableApplicationContext springContext;
69
0 commit comments