Skip to content

Commit 7a871ec

Browse files
committed
Updating version and Changelog
1 parent aa6a711 commit 7a871ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.0.3
2+
* Adding method to TutorialRepository to add tutorial containers after constructor is called
3+
14
## 0.0.2
25

36
* Refactoring example name to be shown on pub.dev page

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tutorial_system
22
description: "Interactive tutorials for flutter apps, without messing up your code."
3-
version: 0.0.2
3+
version: 0.0.3
44
homepage: https://github.com/biocentral/tutorial_system
55

66
environment:
@@ -18,7 +18,7 @@ dependencies:
1818
dev_dependencies:
1919
flutter_test:
2020
sdk: flutter
21-
flutter_lints: ^3.0.0
21+
flutter_lints: ^4.0.0
2222

2323
# For information on the generic Dart part of this file, see the
2424
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)