summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-11-30 17:01:47 +0100
committerSamy Pessé <samypesse@gmail.com>2014-11-30 17:01:47 +0100
commitf03c316274ca6b0bcf80eaf861af676921b47063 (patch)
tree5a3ef0dd8932ea48e961ba967c36178df4cd2060
parent001a4f91bea1f97cbd428a4a77c21ea7e12cde47 (diff)
downloadgitbook-f03c316274ca6b0bcf80eaf861af676921b47063.zip
gitbook-f03c316274ca6b0bcf80eaf861af676921b47063.tar.gz
gitbook-f03c316274ca6b0bcf80eaf861af676921b47063.tar.bz2
Bump version to 1.4.11.4.1
-rw-r--r--CHANGES.md3
-rw-r--r--package.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 79d0253..6b587b3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,8 @@
# Release notes
+## 1.4.1
+- Fix command 'install' without arguments
+
## 1.4.0
- Add command `gitbook install` to install plugins from book.json
- `package.json` is no longer necessary
diff --git a/package.json b/package.json
index b464d4c..022c76a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "1.4.0",
+ "version": "1.4.1",
"homepage": "http://www.gitbook.io/",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",