Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-02-07)

### Bug Fixes

* Set CameraPositionState.position when using .move() ([#17](#17)) ([ac85437](ac85437))
  • Loading branch information
semantic-release-bot committed Feb 7, 2022
1 parent ac85437 commit 29f3d09
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 @@ -108,7 +108,7 @@ To run it, you'll have to:

```groovy
dependencies {
implementation 'com.google.maps.android:maps-compose:1.0.0'
implementation 'com.google.maps.android:maps-compose:1.0.1'
// Make sure to also include the latest version of the Maps SDK for Android
implementation 'com.google.android.gms:play-services-maps:18.0.2'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext.projectArtifactId = { project ->

allprojects {
group = 'com.google.maps.android'
version = '1.0.0'
version = '1.0.1'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit 29f3d09

Please sign in to comment.