Skip to content

Commit 1ddb3d7

Browse files
committed
Version bump to v0.6.0.
1 parent fec3074 commit 1ddb3d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/bin/Segrada.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.5.5</string>
20+
<string>0.6.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>?????</string>
2323
<key>CFBundleVersion</key>

src/main/java/org/segrada/servlet/SegradaUpdateChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class SegradaUpdateChecker {
4040
/**
4141
* current version
4242
*/
43-
public static final String currentVersion = "v0.5.5";
43+
public static final String currentVersion = "v0.6.0";
4444

4545
private final OrientGraphFactory graph;
4646

0 commit comments

Comments
 (0)