diff --git a/data/version b/data/version index 76eae3a1..1aefae49 100644 --- a/data/version +++ b/data/version @@ -1 +1 @@ -{"version":"1.0.7","updatedTime":"2016-04-14T07:21:51.505Z"} \ No newline at end of file +{"version":"2.0","updatedTime":"2016-05-23T07:21:51.505Z"} \ No newline at end of file diff --git a/package.json b/package.json index fa2fe287..0624ba59 100755 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name" : "Leanote", - "version" : "0.7", + "version" : "2.0", "main" : "main.js" } \ No newline at end of file diff --git a/public/config-default.js b/public/config-default.js index aa4d9e52..fcb86734 100644 --- a/public/config-default.js +++ b/public/config-default.js @@ -25,7 +25,7 @@ var Config = { }, { "filename": "ja-jp", - "name": "日本語" + "name": "日語" } ], "lang": "en-us", diff --git a/public/config.js b/public/config.js index f50764df..fcb86734 100644 --- a/public/config.js +++ b/public/config.js @@ -1,7 +1,6 @@ var Config = { "plugins": [ "theme", - "template", "import_leanote", "import_evernote", "export_pdf", @@ -26,7 +25,7 @@ var Config = { }, { "filename": "ja-jp", - "name": "日本語" + "name": "日語" } ], "lang": "en-us",