Skip to content

Commit 7103d3c

Browse files
committed
fix Android V2 embedding
1 parent 276d86d commit 7103d3c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@
9595

9696
* try to fix Android V2 embedding
9797

98-
## 1.2
98+
## 1.2.0
9999

100100
* fix Android V2 embedding

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Global dialog function encapsulation, with a semantic way to fill the content in
1717

1818
```yaml
1919
dependencies:
20-
flutter_custom_dialog: ^1.1.0
20+
flutter_custom_dialog: ^1.2.0
2121
```
2222
2323
**2、import**

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
```yaml
1717
dependencies:
18-
flutter_custom_dialog: ^1.1.0
18+
flutter_custom_dialog: ^1.2.0
1919
```
2020
2121
**2、import**

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_custom_dialog
22
description: Semantic dialog | Made In YY.inc | Welcome to contribute
3-
version: 1.2
3+
version: 1.2.0
44
homepage: https://github.com/YYFlutter/flutter-custom-dialog.git
55
publish_to: 'https://pub.dev'
66

0 commit comments

Comments
 (0)