Skip to content

Commit 9551cf6

Browse files
committed
Bump version to 0.8.0
1 parent b377277 commit 9551cf6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

package.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
22
"name": "react-native-text-input-mask",
3-
"version": "0.7.0",
4-
"description": "Text input mask for React Native on iOS and Android.",
3+
"version": "0.8.0",
4+
"description": "Text input mask for React Native.",
55
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
96
"repository": {
107
"type": "git",
11-
"url": "https://github.com/ivanzotov/react-native-text-input-mask"
8+
"url": "https://github.com/react-native-community/react-native-text-input-mask"
129
},
1310
"keywords": [
1411
"react",
@@ -20,7 +17,7 @@
2017
],
2118
"author": "Ivan Zotov",
2219
"bugs": {
23-
"url": "https://github.com/ivanzotov/react-native-text-input-mask/issues"
20+
"url": "https://github.com/react-native-community/react-native-text-input-mask/issues"
2421
},
25-
"homepage": "http://ivanzotov.com"
22+
"homepage": "https://github.com/react-native-community/react-native-text-input-mask"
2623
}

0 commit comments

Comments
 (0)