From d5413f948403b7fb81e3e94b92e23e1ef93ce9d0 Mon Sep 17 00:00:00 2001 From: Petr Vecera Date: Mon, 1 Jan 2024 21:48:12 +0100 Subject: [PATCH] Update the version to 1.2.6 --- .github/release-drafter.yml | 6 ++++++ package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 472abd9..3250cee 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -4,3 +4,9 @@ template: | ## What’s Changed $CHANGES + + ### Bug Fixes + + ### New Features + + ### Chores diff --git a/package.json b/package.json index 1d820f2..d62cd76 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coh3-stats-desktop-app", "private": true, - "version": "1.2.4", + "version": "1.2.6", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5beaa83..828a9ba 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coh3-stats-desktop-app" -version = "1.2.4" +version = "1.2.6" description = "COH3 Stats Desktop App" authors = ["coh3stats team"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0037f55..1ffde07 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Coh3 Stats Desktop App", - "version": "1.2.4" + "version": "1.2.6" }, "tauri": { "allowlist": {