Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Spike Brehm committed Jan 7, 2017
1 parent 67d958e commit edec7e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.3
VERSION_NAME=0.13.0
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.12.3",
"version": "0.13.0",
"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.3"
s.version = "0.13.0"
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.3"
s.version = "0.13.0"
s.summary = "React Native Mapview component for iOS + Android"

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

0 comments on commit edec7e8

Please sign in to comment.