Skip to content

Commit cdfe13f

Browse files
committed
chore(NPM): bump version to 0.3.0.
1 parent 012d58b commit cdfe13f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-native-azurenotificationhub",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "React Native module to support Azure Notification Hub push notifications on Android, iOS, and Windows.",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/rozele/react-native-azurenotificationhub.git"
8+
"url": "git+https://github.com/CatalystCode/react-native-azurenotificationhub.git"
99
},
1010
"keywords": [
1111
"Azure",
@@ -18,9 +18,9 @@
1818
"author": "rozele",
1919
"license": "MIT",
2020
"bugs": {
21-
"url": "https://github.com/rozele/react-native-azurenotificationhub/issues"
21+
"url": "https://github.com/CatalystCode/react-native-azurenotificationhub/issues"
2222
},
23-
"homepage": "https://github.com/rozele/react-native-azurenotificationhub#readme",
23+
"homepage": "https://github.com/CatalystCode/react-native-azurenotificationhub#readme",
2424
"devDependencies": {
2525
"react": "^15.3.0",
2626
"react-native": "^0.32.0",

0 commit comments

Comments
 (0)