Skip to content

Commit 140c6d7

Browse files
author
Corey Wilson
committed
(task) bump version to 3.2.1
1 parent 019aa4d commit 140c6d7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.2.1 - 2018-04-04 (Refined Wine)
2+
3+
### Bug Fix
4+
- (Android) Added google as a repo to build.gradle
5+
6+
17
## 3.2.0 - 2018-04-03 (Fine Wine)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-network-info",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Get local network information",
55
"main": "NetworkInfo.js",
66
"repository": {

react-native-network-info.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "react-native-network-info"
3-
s.version = "3.2.0"
3+
s.version = "3.2.1"
44
s.summary = "Get local network information"
55

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

0 commit comments

Comments
 (0)