Skip to content

Commit 3cc35f3

Browse files
committed
publish: 1.3.3+1
1 parent 01fac5c commit 3cc35f3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### 1.3.3+1:
2+
* remove unnecessary gradle dependency that cause issue
13
### 1.3.3:
24
* fix bug in web side
35
### 1.3.2:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# flutter_osm_plugin
66

7-
![pub](https://img.shields.io/badge/pub-v1.3.3-blue)
7+
![pub](https://img.shields.io/badge/pub-v1.3.3%2B1-blue)
88

99

1010
## Platform Support
@@ -51,7 +51,7 @@
5151
Add the following to your `pubspec.yaml` file:
5252

5353
dependencies:
54-
flutter_osm_plugin: ^1.3.3
54+
flutter_osm_plugin: ^1.3.3+1
5555

5656

5757

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_osm_plugin
22
description: OpenStreetMap Plugin Native for flutter apps (Andoird/iOS/web)
3-
version: 1.3.3
3+
version: 1.3.3+1
44

55

66
homepage: https://github.com/liodali/osm_flutter

0 commit comments

Comments
 (0)