Skip to content

Commit

Permalink
chore(release): 0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.1](v0.3.0...v0.3.1) (2020-08-27)

### Bug Fixes

* Silently catch exceptions from offer when channel is closed. ([#13](#13)) ([a6c9a01](a6c9a01))
  • Loading branch information
semantic-release-bot committed Aug 27, 2020
1 parent a6c9a01 commit d80b776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ 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'
}
```

Alternatively, if you are using the Places standalone library (for use only with Maps v 3.1.0 beta):

```groovy
dependencies {
implementation 'com.google.maps.android:places-v3-ktx:0.3.0'
implementation 'com.google.maps.android:places-v3-ktx:0.3.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d80b776

Please sign in to comment.