diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-01 02:51:16 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-01 02:51:16 -0700 |
commit | 86cf2d9d9d123177d7a840a4ad0dbb7410e83176 (patch) | |
tree | f4b9fdec45ef2145734dd37cc7f00c1b4097d1d2 | |
parent | 1e719cf77370141e849b4cb026cc12c9488c346d (diff) | |
download | gitbook-86cf2d9d9d123177d7a840a4ad0dbb7410e83176.zip gitbook-86cf2d9d9d123177d7a840a4ad0dbb7410e83176.tar.gz gitbook-86cf2d9d9d123177d7a840a4ad0dbb7410e83176.tar.bz2 |
Bump version to 0.0.10.0.1
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 424e793..4130e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "0.0.0", + "version": "0.0.1", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", "dependencies": { |