OSDN Git Service

バージョン記述を更新
authoryuki <kimaira7@gmail.com>
Wed, 14 May 2014 07:57:45 +0000 (16:57 +0900)
committeryuki <kimaira7@gmail.com>
Wed, 14 May 2014 07:57:45 +0000 (16:57 +0900)
src/cx/fbn/nevernote/Global.java

index 7a6658c..9d8f87a 100644 (file)
@@ -69,8 +69,8 @@ import cx.fbn.nevernote.utilities.Pair;
 
 public class Global {
        // Set current version and the known versions.
 
 public class Global {
        // Set current version and the known versions.
-       public static String version = "0.4.1";
-       public static String[] validVersions = {"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";
+       public static String[] validVersions = {"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 = "";     
        
     public static String username = ""; 
     //public static String password = "";