Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Spike Brehm committed Oct 5, 2016
1 parent d556597 commit ab5c2c1
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.9.0-rc.0
VERSION_NAME=0.9.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.9.0-rc.0",
"version": "0.9.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.9.0-rc.0"
s.version = "0.9.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.9.0-rc.0"
s.version = "0.9.0"
s.summary = "React Native Mapview component for iOS + Android"

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

0 comments on commit ab5c2c1

Please sign in to comment.