Skip to content

Commit

Permalink
Annotation plugin v9-0.9.0 release. (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengdev authored Aug 13, 2020
1 parent 4701613 commit c500849
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin-annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Mapbox welcomes participation and contributions from everyone.

### mapbox-android-plugin-annotation-v9:0.9.0 - XXX
### mapbox-android-plugin-annotation-v9:0.9.0 - August 13, 2020
#### Bugs
- Consumable events for click listeners [1124](https://github.com/mapbox/mapbox-plugins-android/pull/1124)
- Support multiple manager to be draggable [1125](https://github.com/mapbox/mapbox-plugins-android/pull/1125)
Expand Down
4 changes: 2 additions & 2 deletions plugin-annotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
}
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.8.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.9.0'
}
```

Expand All @@ -48,7 +48,7 @@ repositories {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.9.0-SNAPSHOT'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.10.0-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-annotation/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.9.0-SNAPSHOT
VERSION_NAME=0.10.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-annotation-v9
POM_NAME=Mapbox Android Annotation Plugin
POM_DESCRIPTION=Mapbox Android Annotation Plugin
Expand Down

0 comments on commit c500849

Please sign in to comment.