Skip to content

Commit 6c1920d

Browse files
chore(main): release 0.2.1 (#72)
1 parent 2701c81 commit 6c1920d

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.1](https://github.com/googlemaps/android-places-compose/compare/v0.2.0...v0.2.1) (2025-12-15)
4+
5+
6+
### Bug Fixes
7+
8+
* increases miles per meter accuracy ([#71](https://github.com/googlemaps/android-places-compose/issues/71)) ([2701c81](https://github.com/googlemaps/android-places-compose/commit/2701c8105516a118295dcf6950b6d47258fb5953))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add the dependency below to your **module-level** Gradle build file:
2727

2828
```kotlin
2929
dependencies {
30-
implementation("com.google.maps.android:places-compose:0.2.0") // {x-release-please-version}
30+
implementation("com.google.maps.android:places-compose:0.2.1") // {x-release-please-version}
3131
}
3232

3333
```
@@ -36,7 +36,7 @@ dependencies {
3636

3737
```groovy
3838
dependencies {
39-
implementation 'com.google.maps.android:places-compose:0.2.0' // {x-release-please-version}
39+
implementation 'com.google.maps.android:places-compose:0.2.1' // {x-release-please-version}
4040
}
4141
4242
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
allprojects {
1919
group = "com.google.maps.android"
2020
// {x-release-please-start-version}
21-
version = "0.2.0"
21+
version = "0.2.1"
2222
// {x-release-please-end}
2323
val projectArtifactId by extra { project.name }
2424
}

0 commit comments

Comments
 (0)