From 7a871ec5f7f292f076259eae09828f6c0e09f4e6 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 4 Sep 2024 09:28:43 +0200 Subject: [PATCH] Updating version and Changelog --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f78c4..b7d778c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.3 +* Adding method to TutorialRepository to add tutorial containers after constructor is called + ## 0.0.2 * Refactoring example name to be shown on pub.dev page diff --git a/pubspec.yaml b/pubspec.yaml index 1bd880d..4a92e32 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tutorial_system description: "Interactive tutorials for flutter apps, without messing up your code." -version: 0.0.2 +version: 0.0.3 homepage: https://github.com/biocentral/tutorial_system environment: @@ -18,7 +18,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^3.0.0 + flutter_lints: ^4.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec