Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommezz committed Jun 11, 2018
1 parent 6d7a460 commit adc2a8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-native-offline",
"version": "3.9.1",
"version": "3.10.0",
"description": "Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration.",
"main": "./src/index.js",
"author": "Raul Gomez Acuña <raulgdeveloper@gmail.com> (https://github.com/rauliyohmc)",
"author": "Raul Gomez Acuña <raulgdeveloper@gmail.com> (https://github.com/rgommezz)",
"license": "MIT",
"scripts": {
"lint": "eslint src",
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rauliyohmc/react-native-offline.git"
"url": "git+https://github.com/rgommezz/react-native-offline.git"
},
"keywords": [
"react-native",
Expand All @@ -30,9 +30,9 @@
"src"
],
"bugs": {
"url": "https://github.com/rauliyohmc/react-native-offline/issues"
"url": "https://github.com/rgommezz/react-native-offline/issues"
},
"homepage": "https://github.com/rauliyohmc/react-native-offline#readme",
"homepage": "https://github.com/rgommezz/react-native-offline#readme",
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-jest": "^19.0.0",
Expand Down

0 comments on commit adc2a8b

Please sign in to comment.