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 5862380 commit 080b6afCopy full SHA for 080b6af
src/bin/Segrada.app/Contents/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>0.4.0</string>
+ <string>0.4.1</string>
21
<key>CFBundleSignature</key>
22
<string>?????</string>
23
<key>CFBundleVersion</key>
src/main/java/org/segrada/servlet/SegradaUpdateChecker.java
@@ -40,7 +40,7 @@ public class SegradaUpdateChecker {
40
/**
41
* current version
42
*/
43
- public static final String currentVersion = "v0.4.0";
+ public static final String currentVersion = "v0.4.1";
44
45
private final OrientGraphFactory graph;
46
0 commit comments