Bump version to 1.0.1

This commit is contained in:
Aaron O'Mullan
2014-08-20 16:30:04 -07:00
parent 452c846e90
commit f5c6d8df71
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
# Release notes
## 1.0.1
- New inline math convention (kramdown's), using `$$` rather than `$` as delimiters
- Fix instapaper sharing
- The `exercises` & `quizzes` plugins are now by default
## 1.0.0
- New design
- Support for glossary
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "http://www.gitbook.io/",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",