diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc72ecd..97e7c0f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 1.3.3+1: +* remove unnecessary gradle dependency that cause issue ### 1.3.3: * fix bug in web side ### 1.3.2: diff --git a/README.md b/README.md index 03cbe00e..bac22101 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # flutter_osm_plugin -![pub](https://img.shields.io/badge/pub-v1.3.3-blue) +![pub](https://img.shields.io/badge/pub-v1.3.3%2B1-blue) ## Platform Support @@ -51,7 +51,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - flutter_osm_plugin: ^1.3.3 + flutter_osm_plugin: ^1.3.3+1 diff --git a/pubspec.yaml b/pubspec.yaml index dd82c354..3035a028 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_osm_plugin description: OpenStreetMap Plugin Native for flutter apps (Andoird/iOS/web) -version: 1.3.3 +version: 1.3.3+1 homepage: https://github.com/liodali/osm_flutter