From 326eeedf3de537896ff5053c590fef21625707ec Mon Sep 17 00:00:00 2001 From: Dowen Date: Fri, 27 Jan 2023 23:16:24 +0800 Subject: [PATCH] docs: bump version to 1.3.0 --- CHANGELOG.md | 11 +++++++++++ lib/_gen/version.gen.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4e23a..8b66165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [1.3.0] - 2023-01-07 + +### Added + +- Add support for creating vanilla server (#12) + +### Changed + +- Upgrade to flutter 3.7.0 (#13) + ## [1.2.0] - 2022-06-04 ### Added @@ -66,6 +76,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.3.0]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v1.3.0...v1.2.0 [1.2.0]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v1.2.0...v1.1.0 [1.1.0]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v1.1.0...v1.0.0 [1.0.0]: https://github.com/MinecraftCube/MinecraftCubeDesktop/compare/v1.0.0...v0.0.2 diff --git a/lib/_gen/version.gen.dart b/lib/_gen/version.gen.dart index cf971dd..28c4b5b 100644 --- a/lib/_gen/version.gen.dart +++ b/lib/_gen/version.gen.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.2.0'; +const packageVersion = '1.3.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 8440af0..6610395 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 1.2.0 +version: 1.3.0 environment: sdk: ">=2.14.0 <3.0.0"