Skip to content

Commit

Permalink
chore(release): 3.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.10.0](v3.9.0...v3.10.0) (2025-01-16)

### Bug Fixes

* changed release config ([#1447](#1447)) ([ad0cfec](ad0cfec))
* update README to template ([#1434](#1434)) ([cf0b32e](cf0b32e))

### Features

* implementation of diff ([#1438](#1438)) ([c1edbaf](c1edbaf))
* removed dependabot automerge flow ([#1430](#1430)) ([f7f4801](f7f4801))
  • Loading branch information
semantic-release-bot committed Jan 16, 2025
1 parent ad0cfec commit f9d6b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks.register<Delete>("clean") {

allprojects {
group = "com.google.maps.android"
version = "3.9.0"
version = "3.10.0"
val projectArtifactId = if (project.name == "library") {
"android-maps-utils"
} else {
Expand Down

0 comments on commit f9d6b20

Please sign in to comment.