Skip to content

Commit

Permalink
Merge pull request #25 from quiltt/2.0.2
Browse files Browse the repository at this point in the history
Release version 2.0.2
  • Loading branch information
zubairaziz authored Apr 30, 2024
2 parents 54eb388 + 1b5d851 commit b57caaa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 2.0.2

- Broaden allowList URLs

## Version 2.0.1

- Expose institution in Flutter SDK
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.1"
version: "2.0.2"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion lib/quiltt_sdk_version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var quilttSdkVersion = "2.0.1";
var quilttSdkVersion = "2.0.2";
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
name: quiltt_connector
description: A Flutter SDK for Quiltt Connector, support iOS and Android.
version: 2.0.1
version: 2.0.2
homepage: https://quiltt.io/
repository: https://github.com/quiltt/quiltt-flutter/tree/main
environment:
sdk: ">=3.0.6 <4.0.0"
flutter: ">=1.17.0"
sdk: '>=3.0.6 <4.0.0'
flutter: '>=1.17.0'
dependencies:
flutter:
sdk: flutter
webview_flutter: "^4.4.1"
url_launcher: "^6.1.14"
webview_flutter: '^4.4.1'
url_launcher: '^6.1.14'
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: "^2.0.0"
flutter_lints: '^2.0.0'
flutter:

0 comments on commit b57caaa

Please sign in to comment.