Skip to content

Commit

Permalink
chore: update version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ipluser committed May 29, 2016
1 parent 864c75c commit 7ecfc05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicbook",
"version": "0.10.0",
"version": "0.10.1",
"description": "An lightweight and scalable docs system for markdown, text or other.",
"homepage": "http://ipluser.github.io/magicbook/",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<script>
var book = Magicbook.markdown('awesome', {
homeUrl: 'public/doc/quick-start.md',
urlArgs: 'ver=0.10.0'
urlArgs: 'ver=0.10.1'
});

book.agilities();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicbookjs",
"version": "0.10.0",
"version": "0.10.1",
"description": "An lightweight and scalable docs system for markdown, text or other.",
"author": "ipluser",
"main": "dist/magicbook.js",
Expand Down

0 comments on commit 7ecfc05

Please sign in to comment.