File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/de/doubleslash/keeptime Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- start " " " javaw" -Dprism.order=sw -jar keeptime-v1.0.0 .jar
1+ start " " " javaw" -Dprism.order=sw -jar keeptime-1.1.0b-SNAPSHOT .jar
Original file line number Diff line number Diff line change 55
66 <groupId >de.doubleslash</groupId >
77 <artifactId >keeptime</artifactId >
8- <version >1.0.1b -SNAPSHOT</version >
8+ <version >1.1.0b -SNAPSHOT</version >
99 <packaging >jar</packaging >
1010
1111 <name >KeepTime</name >
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public class Main extends Application {
6363
6464 private static final Logger LOG = LoggerFactory .getLogger (Main .class );
6565
66- public static final String VERSION = "v1.0.1b " ;
66+ public static final String VERSION = "v1.1.0b " ;
6767
6868 private ConfigurableApplicationContext springContext ;
6969
You can’t perform that action at this time.
0 commit comments