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'