Skip to content

Commit

Permalink
0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbox committed Dec 6, 2016
1 parent e0e61ad commit 0f05de9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Change Log

## 0.12.1 (December 6, 2016)

This release only corrects the version in package.json.

## 0.12.0 (December 6, 2016)

NOTE: This version was not published because package.json was not properly updated

### Breaking Changes

* [android] If we've disabled scrolling within the map, then don't capture the touch events
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=2
VERSION_NAME=0.12.0
VERSION_NAME=0.12.1
GROUP=com.airbnb.android

POM_DESCRIPTION=React Native Map view component for Android
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Native Mapview component for iOS + Android",
"main": "index.js",
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
"version": "0.11.0",
"version": "0.12.1",
"scripts": {
"start": "react-native start",
"lint": "eslint ."
Expand Down
2 changes: 1 addition & 1 deletion react-native-google-maps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-google-maps"
s.version = "0.12.0"
s.version = "0.12.1"
s.summary = "React Native Mapview component for iOS + Android"

s.authors = { "intelligibabble" => "leland.m.richardson@gmail.com" }
Expand Down
2 changes: 1 addition & 1 deletion react-native-maps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-maps"
s.version = "0.12.0"
s.version = "0.12.1"
s.summary = "React Native Mapview component for iOS + Android"

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

0 comments on commit 0f05de9

Please sign in to comment.