[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(Release): 1.0.2 (#670)
Browse files Browse the repository at this point in the history
* chore(Release): 1.0.2
  • Loading branch information
barbeau committed Mar 19, 2020
1 parent bec98c2 commit b95a4ed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [Unreleased](https://github.com/googlemaps/android-maps-utils/compare/1.0.1...HEAD)
#### [Unreleased](https://github.com/googlemaps/android-maps-utils/compare/1.0.2...HEAD)

#### [1.0.2](https://github.com/googlemaps/android-maps-utils/compare/1.0.1...1.0.2)

> 19 March 2020
### Bug Fixes

* Fix including sources in release [#669](https://github.com/CUTR-at-USF/android-maps-utils/issues/669) ([bec98c2](https://github.com/CUTR-at-USF/android-maps-utils/commit/bec98c247897838f512eb8219ce2cee6fb1b3078)), closes [#668](https://github.com/CUTR-at-USF/android-maps-utils/issues/668)
* Revert "Use thread pools ([#601](https://github.com/CUTR-at-USF/android-maps-utils/issues/601))" ([#665](https://github.com/CUTR-at-USF/android-maps-utils/issues/665)) ([ace4909](https://github.com/CUTR-at-USF/android-maps-utils/commit/ace4909d8b1d599bed728ba122985cbc3aaee78d)), closes [#660](https://github.com/CUTR-at-USF/android-maps-utils/issues/660)
* Update ending tag for snippet ([2a7ef16](https://github.com/CUTR-at-USF/android-maps-utils/commit/2a7ef16419af0aa740ee68a7f405b3ada3fd6706))

#### [1.0.1](https://github.com/googlemaps/android-maps-utils/compare/1.0.0...1.0.1)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can also find Kotlin extensions for this library [here][android-maps-ktx].

```groovy
dependencies {
implementation 'com.google.maps.android:android-maps-utils:1.0.1'
implementation 'com.google.maps.android:android-maps-utils:1.0.2'
}
```

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.0.1'
version '1.0.2'
afterEvaluate {
artifact bundleReleaseAar
artifact sourcesJar
Expand Down

0 comments on commit b95a4ed

Please sign in to comment.