Skip to content

Commit 7463009

Browse files
Updates for 0.6.0 (react-native-maps#317)
1 parent eb8de5e commit 7463009

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To install using Cocoapods, simply insert the following line into your `Podfile`
4545
...
4646
dependencies {
4747
...
48-
compile 'com.airbnb.android:react-native-maps:0.5.0' // <-- Add this!
48+
compile 'com.airbnb.android:react-native-maps:0.6.0' // <-- Add this!
4949
}
5050
```
5151

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.5.0",
6+
"version": "0.6.0",
77
"scripts": {
88
"start": "react-native start"
99
},

react-native-maps.podspec

Lines changed: 1 addition & 2 deletions
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.5.0"
3+
s.version = "0.6.0"
44
s.summary = "React Native Mapview component for iOS + Android"
55

66
s.authors = { "intelligibabble" => "leland.m.richardson@gmail.com" }
@@ -11,4 +11,3 @@ Pod::Spec.new do |s|
1111
s.source = { :git => "https://github.com/lelandrichardson/react-native-maps.git" }
1212
s.source_files = "ios/AirMaps/**/*.{h,m}"
1313
end
14-

0 commit comments

Comments
 (0)