Skip to content

Commit

Permalink
(task) bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Wilson committed Apr 4, 2018
1 parent 019aa4d commit 140c6d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.2.1 - 2018-04-04 (Refined Wine)

### Bug Fix
- (Android) Added google as a repo to build.gradle


## 3.2.0 - 2018-04-03 (Fine Wine)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-network-info",
"version": "3.2.0",
"version": "3.2.1",
"description": "Get local network information",
"main": "NetworkInfo.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-network-info.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-network-info"
s.version = "3.2.0"
s.version = "3.2.1"
s.summary = "Get local network information"

s.homepage = "https://github.com/pusherman/react-native-network-info"
Expand Down

0 comments on commit 140c6d7

Please sign in to comment.