Bump version to 0.7.1

This commit is contained in:
Aaron O'Mullan
2014-08-08 15:37:03 -07:00
parent 1512bcf808
commit 633e52c4be
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
# Release notes
## 0.7.1
- Update `fs-extra` to `0.10.0` (fixes potential race conditions)
## 0.7.0
- Add page break in ebook (pdf, epub, mobi) between chapters/articles
- Start using kramed instead of marked
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "http://www.gitbook.io/",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",