From 24ffa5918d4d70d6849964dad07c54cec78dc52b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 4 Mar 2022 14:53:39 +0300 Subject: [PATCH] Prepare for v0.4.2 release --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- RELEASE.md | 2 +- core/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53db8a3fe2..69e27277ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,7 +176,7 @@ dependencies = [ [[package]] name = "fishfight" -version = "0.4.1" +version = "0.4.2" dependencies = [ "ff-particles", "fishfight-core", @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "fishfight-core" -version = "0.4.1" +version = "0.4.2" dependencies = [ "async-trait", "fishsticks", diff --git a/Cargo.toml b/Cargo.toml index 0b26f952e5..9a8c0ad183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fishfight" -version = "0.4.1" +version = "0.4.2" description = "A tactical 2D shooter" authors = ["Fish Fight Contributors"] license = "MIT OR Apache-2.0" diff --git a/RELEASE.md b/RELEASE.md index c0e291d096..13ad090a9d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,7 +2,7 @@ [GitHub releases](https://github.com/fishfight/FishFight/releases) are automated via [GitHub actions](./.github/workflows/release.yml) and triggered by pushing a tag. -1. Bump the version in [Cargo.toml](Cargo.toml). +1. Bump the version in [Cargo.toml](Cargo.toml) and [core/Cargo.toml](core/Cargo.toml). 2. Update [Cargo.lock](Cargo.lock) by building the project. (`cargo build`) 3. Commit and push the changes. (i.e. submit a pull request) 4. Either [draft a new release](https://github.com/fishfight/FishFight/releases/new) from the GitHub interface or create a new tag and push it via the command line. diff --git a/core/Cargo.toml b/core/Cargo.toml index 538ea4a1eb..c038bce70e 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fishfight-core" -version = "0.4.1" +version = "0.4.2" authors = ["Fish Fight Contributors"] license = "MIT OR Apache-2.0" edition = "2021"