Skip to content

Commit

Permalink
fix Android V2 embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidHensen committed Oct 22, 2021
1 parent 276d86d commit 7103d3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@

* try to fix Android V2 embedding

## 1.2
## 1.2.0

* fix Android V2 embedding
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Global dialog function encapsulation, with a semantic way to fill the content in

```yaml
dependencies:
flutter_custom_dialog: ^1.1.0
flutter_custom_dialog: ^1.2.0
```
**2、import**
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

```yaml
dependencies:
flutter_custom_dialog: ^1.1.0
flutter_custom_dialog: ^1.2.0
```
**2、import**
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_custom_dialog
description: Semantic dialog | Made In YY.inc | Welcome to contribute
version: 1.2
version: 1.2.0
homepage: https://github.com/YYFlutter/flutter-custom-dialog.git
publish_to: 'https://pub.dev'

Expand Down

0 comments on commit 7103d3c

Please sign in to comment.