Skip to content

Commit 08cc6e4

Browse files
committed
0.12.1
1 parent 01e616f commit 08cc6e4

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Change Log
22

3+
## 0.12.1 (December 6, 2016)
4+
5+
This release only corrects the version in package.json.
6+
37
## 0.12.0 (December 6, 2016)
48

9+
NOTE: This version was not published because package.json was not properly updated
10+
511
### Breaking Changes
612

713
* [android] If we've disabled scrolling within the map, then don't capture the touch events

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_CODE=2
2-
VERSION_NAME=0.12.0
2+
VERSION_NAME=0.12.1
33
GROUP=com.airbnb.android
44

55
POM_DESCRIPTION=React Native Map view component for Android

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Native Mapview component for iOS + Android",
44
"main": "index.js",
55
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
6-
"version": "0.11.0",
6+
"version": "0.12.1",
77
"scripts": {
88
"start": "react-native start",
99
"lint": "eslint ."

react-native-google-maps.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-google-maps"
3-
s.version = "0.12.0"
3+
s.version = "0.12.1"
44
s.summary = "React Native Mapview component for iOS + Android"
55

66
s.authors = { "intelligibabble" => "leland.m.richardson@gmail.com" }

react-native-maps.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-maps"
3-
s.version = "0.12.0"
3+
s.version = "0.12.1"
44
s.summary = "React Native Mapview component for iOS + Android"
55

66
s.authors = { "intelligibabble" => "leland.m.richardson@gmail.com" }

0 commit comments

Comments
 (0)