Skip to content

Commit

Permalink
Update version in all the places
Browse files Browse the repository at this point in the history
  • Loading branch information
Spike Brehm committed Jan 7, 2017
1 parent f3d3712 commit ff9bf14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2
VERSION_NAME=0.12.3
GROUP=com.airbnb.android

POM_DESCRIPTION=React Native Map view component for Android
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.2"
s.version = "0.12.3"
s.summary = "React Native Mapview component for iOS + Android"

s.authors = { "intelligibabble" => "[email protected]" }
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.2"
s.version = "0.12.3"
s.summary = "React Native Mapview component for iOS + Android"

s.authors = { "intelligibabble" => "[email protected]" }
Expand Down

0 comments on commit ff9bf14

Please sign in to comment.