From de3f5ba7ba6c34938132ab6721c7be961d8c6cb4 Mon Sep 17 00:00:00 2001 From: Turun Date: Thu, 17 Aug 2023 21:52:00 +0200 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9b2e08..1823a4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "turunmap" -version = "1.2.4" +version = "1.2.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/RELEASE.md b/RELEASE.md index cc5185d..6160d0c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,7 +1,7 @@ For a release I need to: - update the Version number in `Cargo.toml` -- update the Version number displayed in the Title bar +- update the Version number displayed in the Title bar (defined in main.rs) - make new commit with these changes - tag that commit with the version number - push tags to github