From 58faaccaaa40d297261a0f69e55786e20f711be6 Mon Sep 17 00:00:00 2001 From: metkm Date: Wed, 1 Feb 2023 21:42:59 +0300 Subject: [PATCH] bump version --- Cargo.lock | 2 +- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b43425..cff1f72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "app" -version = "1.4.0" +version = "1.4.1" dependencies = [ "serde", "serde_json", diff --git a/package.json b/package.json index 25af8fe..8a57b1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osu-mutual-finder", - "version": "1.4.0", + "version": "1.4.1", "private": true, "author": "Sibyl", "description": "Easy way to find who added you in osu!", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7a6c749..59d4224 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.4.0" +version = "1.4.1" description = "A way to find mutuals in osu!" authors = ["sibyl666"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c36a8c1..be889e9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Mutual Finder", - "version": "1.4.0" + "version": "1.4.1" }, "tauri": { "allowlist": {