Skip to content

Commit

Permalink
docs: 📝 bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokenyet committed Mar 31, 2022
1 parent 1a59853 commit d28b580
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [1.0.0] - 2022-03-31

- Bump version to 1.0.0

## [0.0.2] - 2022-03-28

### Added
Expand All @@ -28,7 +32,7 @@

### Added

[unreleased]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v0.0.2...HEAD
[unreleased]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v1.0.0...HEAD

<!-- [1.1.0]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v0.3.0...v1.0.0
Expand All @@ -42,6 +46,7 @@
[0.0.4]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v0.0.2...v0.0.3 -->

[1.0.0]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v1.0.0...v0.0.2
[0.0.2]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/MinecraftCube/MinecraftCubeDesktop/releases/tag/v0.0.1

Expand Down
2 changes: 1 addition & 1 deletion lib/_gen/version.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.0.2
version: 1.0.0

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down

0 comments on commit d28b580

Please sign in to comment.