From 3cc35f3fc6b17c52a399377417014329191293a7 Mon Sep 17 00:00:00 2001 From: liodali <16631886+liodali@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:47:13 +0200 Subject: [PATCH] publish: 1.3.3+1 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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