Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2020-04-13)

### Features

* Add nullability annotations to ClusterItem ([#687](#687)) ([741f832](741f832))
  • Loading branch information
semantic-release-bot committed Apr 13, 2020
1 parent e8bcbd8 commit 1bdae7d
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 @@ -38,7 +38,7 @@ You can view the generated [reference docs][javadoc] for a full list of classes

```groovy
dependencies {
implementation 'com.google.maps.android:android-maps-utils:1.1.0'
implementation 'com.google.maps.android:android-maps-utils:1.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ publishing {
}
groupId group
artifactId 'android-maps-utils'
version '1.1.0'
version '1.2.0'
afterEvaluate {
artifact bundleReleaseAar
artifact sourcesJar
Expand Down

0 comments on commit 1bdae7d

Please sign in to comment.