We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267ccd3 commit 11e34cbCopy full SHA for 11e34cb
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Dart Package Versioning](https://dart.dev/tools/pub
7
8
## [Unreleased]
9
10
+## [0.1.0] - 2022-01-26
11
+
12
### Added
13
14
- Initial structure
pubspec.yaml
@@ -2,7 +2,7 @@ name: state_man_examples
2
description: Demo app for experimenting with state management approaches.
3
repository: https://github.com/dartoos-dev/state_man_examples
4
5
-version: 0.0.1
+version: 0.1.0
6
environment:
sdk: ">=2.15.1 <3.0.0"
0 commit comments