Skip to content

Commit 37ca3a8

Browse files
committed
build(version): bump the version
1 parent d4ce323 commit 37ca3a8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-model",
3-
"version": "3.0.0-alpha.4",
3+
"version": "3.0.0-rc.0",
44
"description": "The State management library for React",
55
"main": "./dist/react-model.js",
66
"umd:main": "./dist/react-model.umd.js",
@@ -13,7 +13,12 @@
1313
"test": "jest --silent",
1414
"test:coverage": "jest --collect-coverage --silent"
1515
},
16-
"keywords": ["react", "model", "state-management", "react-hooks"],
16+
"keywords": [
17+
"react",
18+
"model",
19+
"state-management",
20+
"react-hooks"
21+
],
1722
"author": "ArrayZoneYour <hustliyidong@gmail.com>",
1823
"license": "MIT",
1924
"dependencies": {

0 commit comments

Comments
 (0)