diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a0e31..7e44158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3] - 2020-07-28 + ### Added - Added `sudoPassword` to `UserChoice` model @@ -62,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Windows Support (Script Part Fully Done) - Fonts: (Roboto, Roboto Mono) -[unreleased]: https://github.com/YazeedAlKhalaf/Split_It/compare/v0.0.2...HEAD +[unreleased]: https://github.com/YazeedAlKhalaf/Split_It/compare/v0.0.3...HEAD +[0.0.3]: https://github.com/YazeedAlKhalaf/Split_It/releases/tag/v0.0.3 [0.0.2]: https://github.com/YazeedAlKhalaf/Split_It/releases/tag/v0.0.2 [0.0.1]: https://github.com/YazeedAlKhalaf/Split_It/releases/tag/v0.0.1 diff --git a/pubspec.yaml b/pubspec.yaml index c1f3b3a..4151791 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_installer description: A new Flutter project. -version: 0.0.2+2 +version: 0.0.3+3 environment: sdk: ">=2.7.0 <3.0.0"