diff options
author | Samy Pessé <samypesse@gmail.com> | 2017-01-13 19:11:15 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2017-01-13 19:11:15 +0100 |
commit | 856b222a61f426318eb7c7ce16c6aa3e09036e9c (patch) | |
tree | b10890710b8805d57addb293cd1b3d5a77d9f036 /packages/gitbook-plugin-search | |
parent | fade3740c103042fecccfd58efca0c80fcb296fe (diff) | |
download | gitbook-856b222a61f426318eb7c7ce16c6aa3e09036e9c.zip gitbook-856b222a61f426318eb7c7ce16c6aa3e09036e9c.tar.gz gitbook-856b222a61f426318eb7c7ce16c6aa3e09036e9c.tar.bz2 |
Bump version to 4.0.0-alpha.3 🚀4.0.0-alpha.3
Diffstat (limited to 'packages/gitbook-plugin-search')
-rw-r--r-- | packages/gitbook-plugin-search/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gitbook-plugin-search/package.json b/packages/gitbook-plugin-search/package.json index 56bd604..c7f6e16 100644 --- a/packages/gitbook-plugin-search/package.json +++ b/packages/gitbook-plugin-search/package.json @@ -3,13 +3,13 @@ "description": "Search integration in GitBook", "main": "index.js", "browser": "./_assets/theme.js", - "version": "4.0.0-alpha.2", + "version": "4.0.0-alpha.3", "dependencies": { - "gitbook-core": "^4.0.0-alpha.2", + "gitbook-core": "^4.0.0-alpha.3", "react": "^15.4.1" }, "devDependencies": { - "gitbook-plugin": "^4.0.0-alpha.2", + "gitbook-plugin": "^4.0.0-alpha.3", "react-highlighter": "^0.3.3" }, "engines": { |