Skip to content

Commit 1daa575

Browse files
1 parent a300848 commit 1daa575

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.15.2 (May 20, 2017)
4+
5+
* iOS: [#1351](https://github.com/airbnb/react-native-maps/pull/1351) Fix file references
6+
37
## 0.15.1 (May 19, 2017)
48

59
* iOS: [#1341](https://github.com/airbnb/react-native-maps/pull/1341) Fix compile error in rn version >= 0.40

lib/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_CODE=4
2-
VERSION_NAME=0.15.1
2+
VERSION_NAME=0.15.2
33
GROUP=com.airbnb.android
44

55
POM_DESCRIPTION=React Native Map view component for Android

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.15.1",
6+
"version": "0.15.2",
77
"scripts": {
88
"start": "node node_modules/react-native/local-cli/cli.js start",
99
"run:packager": "./node_modules/react-native/packager/packager.sh",

0 commit comments

Comments
 (0)