From b22fb44ef9cab16eafc1898aaa8122c6983f060c Mon Sep 17 00:00:00 2001 From: Corey Wilson Date: Fri, 6 Apr 2018 21:32:09 -0400 Subject: [PATCH] (task) bump version 3.2.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- react-native-network-info.podspec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c47da5f..8b2acb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.2.2 - 2018-04-06 (Desert Wine) + +### Bug Fix +- (Android) Removed createJSModules to fix Android build + + ## 3.2.1 - 2018-04-04 (Refined Wine) ### Bug Fix diff --git a/package.json b/package.json index ec85f1b..dc744b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-network-info", - "version": "3.2.1", + "version": "3.2.2", "description": "Get local network information", "main": "NetworkInfo.js", "repository": { diff --git a/react-native-network-info.podspec b/react-native-network-info.podspec index 5afd895..5cfe217 100644 --- a/react-native-network-info.podspec +++ b/react-native-network-info.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "react-native-network-info" - s.version = "3.2.1" + s.version = "3.2.2" s.summary = "Get local network information" s.homepage = "https://github.com/pusherman/react-native-network-info"