diff options
author | Samy Pessé <samypesse@gmail.com> | 2017-01-13 16:07:41 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2017-01-13 16:07:41 +0100 |
commit | a84d02ece02fe801156d460a3b6ad083d3c2f7f4 (patch) | |
tree | ce943f83989e47c871738857763dbecb0f2147a6 /packages/gitbook-plugin-headings | |
parent | 45b9fc20943ee2d6f39ef32fb40539ef70912f74 (diff) | |
download | gitbook-a84d02ece02fe801156d460a3b6ad083d3c2f7f4.zip gitbook-a84d02ece02fe801156d460a3b6ad083d3c2f7f4.tar.gz gitbook-a84d02ece02fe801156d460a3b6ad083d3c2f7f4.tar.bz2 |
Bump version to 4.0.0-alpha.2 🚀4.0.0-alpha.2
Diffstat (limited to 'packages/gitbook-plugin-headings')
-rw-r--r-- | packages/gitbook-plugin-headings/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gitbook-plugin-headings/package.json b/packages/gitbook-plugin-headings/package.json index 55a06f6..75b25ed 100644 --- a/packages/gitbook-plugin-headings/package.json +++ b/packages/gitbook-plugin-headings/package.json @@ -3,13 +3,13 @@ "description": "Automatically add anchors to headings", "main": "index.js", "browser": "./_assets/plugin.js", - "version": "4.0.0", + "version": "4.0.0-alpha.2", "dependencies": { "classnames": "^2.2.5", - "gitbook-core": "4.0.0" + "gitbook-core": "^4.0.0-alpha.2" }, "devDependencies": { - "gitbook-plugin": "4.0.0" + "gitbook-plugin": "^4.0.0-alpha.2" }, "engines": { "gitbook": ">=3.0.0" |