From bda8a1d1505962f4f12acaf54d03a34336077faf Mon Sep 17 00:00:00 2001 From: Vick Top Date: Mon, 15 Apr 2024 14:28:05 +0200 Subject: [PATCH] doc: change version and changelog --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e668e3..c23c3c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.0] - 15 April 2024 + +* Initial Release + ## [1.0.0] - 14 April 2024 * Initial Release \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 983031a..3f2a9d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: "A new Flutter project." # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.0.0 +version: 1.1.0 environment: sdk: '>=3.3.2 <4.0.0'