Skip to content

Commit

Permalink
docs: bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokenyet committed Jan 27, 2023
1 parent 1c83062 commit 326eeed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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: 1.2.0
version: 1.3.0

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

0 comments on commit 326eeed

Please sign in to comment.