Skip to content

Commit

Permalink
Updating version and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SebieF committed Sep 4, 2024
1 parent aa6a711 commit 7a871ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 7a871ec

Please # to comment.