Skip to content

Commit 0edf11d

Browse files
committed
feat(bump): bump to 0.3.0
1 parent 62a3a0e commit 0edf11d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-native-voice",
33
"description": "React Native Native Voice library for iOS and Android",
4-
"version": "0.2.6",
4+
"version": "0.3.0",
55
"author": "Sam Wenke <samwenke@gmail.com>",
6-
"homepage": "https://github.com/wenkesj/react-native-voice",
6+
"homepage": "https://github.com/react-native-community/react-native-voice",
77
"devDependencies": {
88
"eslint": "^5.3.0",
99
"eslint-plugin-flowtype": "^2.50.0",
@@ -39,7 +39,7 @@
3939
"pre-commit": "lint:staged",
4040
"repository": {
4141
"type": "git",
42-
"url": "git://github.com/wenkesj/react-native-voice.git"
42+
"url": "git://github.com/react-native-community/react-native-voice.git"
4343
},
4444
"scripts": {
4545
"lint": "eslint src --max-warnings=0",

0 commit comments

Comments
 (0)