Skip to content

Commit d28b580

Browse files
committed
docs: 📝 bump version to 1.0.0
1 parent 1a59853 commit d28b580

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [1.0.0] - 2022-03-31
6+
7+
- Bump version to 1.0.0
8+
59
## [0.0.2] - 2022-03-28
610

711
### Added
@@ -28,7 +32,7 @@
2832

2933
### Added
3034

31-
[unreleased]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v0.0.2...HEAD
35+
[unreleased]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v1.0.0...HEAD
3236

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

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

lib/_gen/version.gen.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

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

2020
environment:
2121
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)