From b226f02f2a89529659867fabe8f36551b1e94870 Mon Sep 17 00:00:00 2001 From: Shawn Date: Mon, 12 Dec 2022 10:16:51 -0700 Subject: [PATCH] Version bump --- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- release_notes.txt | 6 ++++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 808dbd67..7348aa21 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1149,10 +1149,10 @@ packages: dependency: transitive description: name: string_scanner - sha256: "862015c5db1f3f3c4ea3b94dc2490363a84262994b88902315ed74be1155612f" + sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" url: "https://pub.dev" source: hosted - version: "1.1.1" + version: "1.2.0" sync_http: dependency: transitive description: @@ -1173,10 +1173,10 @@ packages: dependency: transitive description: name: test_api - sha256: c9aba3b3dbfe8878845dfab5fa096eb8de7b62231baeeb1cea8e3ee81ca8c6d8 + sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 url: "https://pub.dev" source: hosted - version: "0.4.15" + version: "0.4.16" timing: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 13c540e0..564b51c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: wonders description: Explore the famous wonders of the world. publish_to: "none" -version: 2.0.2 +version: 2.0.3 environment: sdk: ">=2.17.0 <3.0.0" diff --git a/release_notes.txt b/release_notes.txt index 10b2ec06..f922eef0 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,6 +1,8 @@ -# 2.0.0 +# 2.0.3 - Add support for widescreen tablet devices -- Various polish and improvements +- Various improvements / polish +- Add privacy policy link +- Fix for rendering issues on Timeline / Editorial # 1.9.7 - Updated impeller version