OSDN Git Service

バージョン記述を更新
[neighbornote/NeighborNote.git] / src / cx / fbn / nevernote / Global.java
index 7f45525..54f0075 100644 (file)
@@ -69,8 +69,8 @@ import cx.fbn.nevernote.utilities.Pair;
 
 public class Global {
        // Set current version and the known versions.
-       public static String version = "0.5.2";
-       public static String[] validVersions = {"0.5.2", "0.5.1", "0.5", "0.4.1", "0.4", "0.3", "0.2", "0.1.3", "0.1.2", "0.1.1", "0.1"};
+       public static String version = "0.5.3";
+       public static String[] validVersions = {"0.5.3", "0.5.2", "0.5.1", "0.5", "0.4.1", "0.4", "0.3", "0.2", "0.1.3", "0.1.2", "0.1.1", "0.1"};
        
     public static String username = ""; 
     //public static String password = "";