From f73f1b08bfbc1b1235d2fd529a8d204376d9b1b1 Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Mon, 16 Mar 2020 11:41:25 -0700 Subject: [PATCH] chore(Release): 0.1.2 (#15) --- CHANGELOG.md | 10 +++++++++- README.md | 2 +- build.gradle | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c292dcc..d3c54f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ Change Log ========== -## [Unreleased](https://github.com/googlemaps/android-maps-ktx/compare/0.1.1...HEAD) +## [Unreleased](https://github.com/googlemaps/android-maps-ktx/compare/0.1.2...HEAD) + +## [0.1.2](https://github.com/googlemaps/android-maps-ktx/compare/0.1.1...0.1.2) + +> March 16, 2020 + +### Bug Fixes + +* Add dependencies of maps-utils-ktx in pom. ([#14](https://github.com/googlemaps/android-maps-ktx/issues/14)) ([d2f14e4](https://github.com/googlemaps/android-maps-ktx/commit/d2f14e44e62ddca7420f715903a3b096df2ecb0a)) ## [0.1.1](https://github.com/googlemaps/android-maps-ktx/compare/0.1...0.1.1) diff --git a/README.md b/README.md index eaa43ea8..02291393 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This library contains a set of Kotlin extensions (KTX) for the [Maps SDK for And ```groovy dependencies { - implementation 'com.google.maps.android:maps-utils-ktx:0.1.1' + implementation 'com.google.maps.android:maps-utils-ktx:0.1.2' } ``` diff --git a/build.gradle b/build.gradle index 57820eef..8269593f 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' project.ext.artifactId = rootProject.ext.projectArtifactId(project) - version = '0.1.1' + version = '0.1.2' repositories { google()