Sotaro KARASAWA 9 лет назад
Родитель
Сommit
68d42b2f5c
3 измененных файлов с 9 добавлено и 5 удалено
  1. 4 0
      CHANGES.md
  2. 2 2
      README.md
  3. 3 3
      package.json

+ 4 - 0
CHANGES.md

@@ -1,6 +1,10 @@
 CHANGES
 ========
 
+## 1.5.1
+
+*
+
 ## 1.5.0
 
 * Feature: Search.

+ 2 - 2
README.md

@@ -4,7 +4,7 @@ Crowi - The Simple & Powerful Communication Tool Based on Wiki
 ================================================================
 
 
-[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/crowi/crowi/tree/v1.5.0)
+[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/crowi/crowi/tree/v1.5.1)
 
 [![Circle CI](https://circleci.com/gh/crowi/crowi.svg?style=svg)](https://circleci.com/gh/crowi/crowi)
 [![Join the chat at https://gitter.im/crowi/general](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/crowi/general)
@@ -35,7 +35,7 @@ Don't use `master` branch because it is unstable but use released tag version ex
 Dependencies
 -------------
 
-* Node.js (4.2.x)
+* Node.js (4.x)
 * MongoDB
 * Elasticsearch (optional)
 * Redis (optional)

+ 3 - 3
package.json

@@ -1,6 +1,6 @@
 {
   "name": "crowi",
-  "version": "1.5.0",
+  "version": "1.5.1",
   "description": "The simple & powerful Wiki",
   "tags": [
     "wiki",
@@ -24,8 +24,8 @@
     "url": "https://github.com/crowi/crowi.git"
   },
   "engines": {
-    "node": "4.2.x",
-    "npm": "3.3.x"
+    "node": "4.x",
+    "npm": "3.x"
   },
   "dependencies": {
     "async": "~1.5.0",