소스 검색

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"],