浏览代码

Bump version number to 0.6.0

Markus Ochel 12 年之前
父节点
当前提交
2fe1773422
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      admin/kanso.json
  2. 1 1
      site/kanso.json

+ 1 - 1
admin/kanso.json

@@ -1,6 +1,6 @@
 {
   "name": "admin",
-  "version": "0.5.3",
+  "version": "0.6.0",
   "description": "Kleks admin application that allows management of sites and content.",
   "load": "server/setup",
   "modules": ["server","controllers","models","lib"],

+ 1 - 1
site/kanso.json

@@ -1,6 +1,6 @@
 {
   "name": "site",
-  "version": "0.5.3",
+  "version": "0.6.0",
   "description": "Kleks site application that renders each site.",
   "load": "server/setup",
   "modules": ["server","lib"],