diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a78e750..4c8a1ec07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.10.0 (October 5, 2016) + +### Breaking Changes + +* Upgrade to `react-native@0.33.0` + ## 0.9.0 (September 28, 2016) As of this release, this repository has moved from diff --git a/android/gradle.properties b/android/gradle.properties index 34832a259..ac2813f55 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,5 +1,5 @@ VERSION_CODE=2 -VERSION_NAME=0.9.0 +VERSION_NAME=0.10.0 GROUP=com.airbnb.android POM_DESCRIPTION=React Native Map view component for Android diff --git a/package.json b/package.json index 7686ea95b..8b2cd3eaa 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "React Native Mapview component for iOS + Android", "main": "index.js", "author": "Leland Richardson ", - "version": "0.9.0", + "version": "0.10.0", "scripts": { "start": "react-native start", "lint": "eslint ." diff --git a/react-native-google-maps.podspec b/react-native-google-maps.podspec index 0aae3ec22..387f55ce5 100644 --- a/react-native-google-maps.podspec +++ b/react-native-google-maps.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "react-native-google-maps" - s.version = "0.9.0" + s.version = "0.10.0" s.summary = "React Native Mapview component for iOS + Android" s.authors = { "intelligibabble" => "leland.m.richardson@gmail.com" } diff --git a/react-native-maps.podspec b/react-native-maps.podspec index 7c9e9134a..23abe624e 100644 --- a/react-native-maps.podspec +++ b/react-native-maps.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "react-native-maps" - s.version = "0.9.0" + s.version = "0.10.0" s.summary = "React Native Mapview component for iOS + Android" s.authors = { "intelligibabble" => "leland.m.richardson@gmail.com" }