diff options
author | Samy Pessé <samypesse@gmail.com> | 2017-01-27 18:56:38 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2017-01-27 18:56:38 +0100 |
commit | da2ee396cff16627e2f2a3c366ad8cf4edf64587 (patch) | |
tree | a3945e9f40202b44bc367936665b5a3d4a89a13f /packages/gitbook-core/package.json | |
parent | 2e66333aa6ef4504ce528c8c6544c86105c02f89 (diff) | |
download | gitbook-da2ee396cff16627e2f2a3c366ad8cf4edf64587.zip gitbook-da2ee396cff16627e2f2a3c366ad8cf4edf64587.tar.gz gitbook-da2ee396cff16627e2f2a3c366ad8cf4edf64587.tar.bz2 |
Bump version to 4.0.0-alpha.4 🚀4.0.0-alpha.4
Diffstat (limited to 'packages/gitbook-core/package.json')
-rw-r--r-- | packages/gitbook-core/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-core/package.json b/packages/gitbook-core/package.json index d0de9ea..1397b44 100644 --- a/packages/gitbook-core/package.json +++ b/packages/gitbook-core/package.json @@ -1,6 +1,6 @@ { "name": "gitbook-core", - "version": "4.0.0-alpha.3", + "version": "4.0.0-alpha.4", "description": "Core for GitBook plugins API", "main": "./lib/index.js", "dependencies": { |