Skip to content

Commit

Permalink
chore(Release): 0.1.2 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac authored Mar 16, 2020
1 parent d2f14e4 commit f73f1b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

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

0 comments on commit f73f1b0

Please sign in to comment.