From d80b776d3ffd7fa7d695fe434058278c7023da3b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Aug 2020 22:31:34 +0000 Subject: [PATCH] chore(release): 0.3.1 [skip ci] ## [0.3.1](https://github.com/googlemaps/android-places-ktx/compare/v0.3.0...v0.3.1) (2020-08-27) ### Bug Fixes * Silently catch exceptions from offer when channel is closed. ([#13](https://github.com/googlemaps/android-places-ktx/issues/13)) ([a6c9a01](https://github.com/googlemaps/android-places-ktx/commit/a6c9a010a6001a6bc8eee796d0de09293abc611e)) --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1097531..065f48a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you are using the Places SDK through Google Play Services: ```groovy dependencies { - implementation 'com.google.maps.android:places-ktx:0.3.0' + implementation 'com.google.maps.android:places-ktx:0.3.1' } ``` @@ -28,7 +28,7 @@ Alternatively, if you are using the Places standalone library (for use only with ```groovy dependencies { - implementation 'com.google.maps.android:places-v3-ktx:0.3.0' + implementation 'com.google.maps.android:places-v3-ktx:0.3.1' } ``` diff --git a/build.gradle b/build.gradle index 2213e77..e547010 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '0.3.0' + version = '0.3.1' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {