diff --git a/CHANGELOG.md b/CHANGELOG.md index fda0ba8..a2430a0 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.2] - 2020-07-23 + ### Added - `Customize Screen: Show Advanced` Button @@ -15,13 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Default installation path in customize screen. - `TextLink` widget - Linux Script: - - Install Flutter SDK - - Unzip Flutter SDK - - Add FLutter SDK to PATH - - Install Git (with common package managers) - - Install Android Studio - - Install IntelliJ IDEA - - Install Visual Studio + - Install Flutter SDK + - Unzip Flutter SDK + - Add FLutter SDK to PATH + - Install Git (with common package managers) + - Install Android Studio + - Install IntelliJ IDEA + - Install Visual Studio ### Fixed @@ -36,5 +38,6 @@ 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.1...HEAD +[unreleased]: https://github.com/YazeedAlKhalaf/Split_It/compare/v0.0.2...HEAD +[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.lock b/pubspec.lock index 6c7c63a..544da3b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -367,7 +367,7 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.8" + version: "0.12.9" meta: dependency: transitive description: @@ -668,7 +668,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.17" + version: "0.2.18" timing: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8e32841..bad90a7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_installer description: A new Flutter project. -version: 1.0.0+1 +version: 0.0.2+2 environment: sdk: ">=2.7.0 <3.0.0"