diff --git a/flutter_custom_tabs_web/CHANGELOG.md b/flutter_custom_tabs_web/CHANGELOG.md index 1968a14..b2e85e8 100644 --- a/flutter_custom_tabs_web/CHANGELOG.md +++ b/flutter_custom_tabs_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0 + +- Fixes the LICENSE file. + ## 2.0.0-beta.1 - Updates `flutter_custom_tabs_platform_interface` to v2.0.0-beta.2. diff --git a/flutter_custom_tabs_web/pubspec.yaml b/flutter_custom_tabs_web/pubspec.yaml index 77557ea..d9342a2 100644 --- a/flutter_custom_tabs_web/pubspec.yaml +++ b/flutter_custom_tabs_web/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_custom_tabs_web description: Web platform implementation of flutter_custom_tabs. -version: 2.0.0-beta.1 +version: 2.0.0 repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_web environment: @@ -20,7 +20,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - flutter_custom_tabs_platform_interface: ^2.0.0-beta.2 + flutter_custom_tabs_platform_interface: ^2.0.0 meta: ^1.9.1 url_launcher_web: ^2.0.16 url_launcher_platform_interface: ^2.1.2