OSDN Git Service

Add Design Mode Switcher on app/browser [0.2.1]
[kit/kit.git] / system.js
index 949461c..9030675 100644 (file)
--- a/system.js
+++ b/system.js
@@ -511,7 +511,7 @@ function appData( data ) {
 }
 
 const System = new function() {
-    this.version = "0.2.0";
+    this.version = "0.2.1";
     this.username = localStorage.getItem("kit-username");
     this.appdir = localStorage.getItem("kit-appdir");
     this.loc = { ...location };