Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.0...v0.2.0) (2021-07-26)

### Features

* Adding reactive extensions to Places SDK. ([#18](#18)) ([0471940](0471940))
  • Loading branch information
semantic-release-bot committed Jul 26, 2021
1 parent a20aa73 commit a3b443a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you are using the Maps SDK through Google Play Services:

```groovy
dependencies {
implementation 'com.google.maps.android:maps-rx:0.1.0'
implementation 'com.google.maps.android:maps-rx:0.2.0'
// It is recommended to also include the latest Maps SDK and latest version of RxJava so you
// have the latest features and bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ plugins {
// Shared configs across subprojects
allprojects {
group = "com.google.maps.android"
version = "0.1.0"
version = "0.2.0"

repositories {
google()
Expand Down

0 comments on commit a3b443a

Please sign in to comment.