Skip to content

Commit

Permalink
πŸš€ Bump version to 0.0.2+2
Browse files Browse the repository at this point in the history
  • Loading branch information
YazeedAlKhalaf committed Jul 23, 2020
1 parent 59791f4 commit c4d3ab6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c4d3ab6

Please sign in to comment.