Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeferraro committed Aug 8, 2017
1 parent c64dac7 commit a799289
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-native-cookies",
"version": "3.1.0",
"description": "Cookie manager for react native",
"keywords": [ "react", "react native", "react-component", "cookies", "webview", "react-native" ],
"main": "index.js",
"author": "@joeferraro",
"license": "MIT",
"dependencies": {
"invariant": "^2.1.0"
}
}
"name": "react-native-cookies",
"version": "3.2.0",
"description": "Cookie manager for react native",
"keywords": ["react", "react native", "react-component", "cookies", "webview", "react-native"],
"main": "index.js",
"author": "@joeferraro",
"license": "MIT",
"dependencies": {
"invariant": "^2.1.0"
}
}

0 comments on commit a799289

Please sign in to comment.