Skip to content

Commit

Permalink
chore(release): 3.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.1](v3.3.0...v3.3.1) (2024-10-29)

### Bug Fixes

* fix release flow ([#260](#260)) ([a7f6697](a7f6697))
  • Loading branch information
semantic-release-bot committed Oct 29, 2024
1 parent a7f6697 commit 70e7d06
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 @@ -23,7 +23,7 @@ If you are using the Places SDK through Google Play Services:

```groovy
dependencies {
implementation 'com.google.maps.android:places-ktx:3.3.0'
implementation 'com.google.maps.android:places-ktx:3.3.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ext.projectArtifactId = { project ->
*/
allprojects {
group = 'com.google.maps.android'
version = '3.3.0'
version = '3.3.1'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)

repositories {
Expand Down

0 comments on commit 70e7d06

Please sign in to comment.