From dbd83d151cb9970c505c2de5b91f0dbc5156f5b1 Mon Sep 17 00:00:00 2001 From: metkm Date: Sat, 20 May 2023 00:25:56 +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 70d0e5a..f240afa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "app" -version = "1.4.4" +version = "1.4.5" dependencies = [ "tauri", "tauri-build", diff --git a/package.json b/package.json index f0715bc..9d44844 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osu-mutual-finder", - "version": "1.4.4", + "version": "1.4.5", "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 a9a5347..f27fca2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.4.4" +version = "1.4.5" description = "A way to find mutuals in osu!" authors = ["metkm"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 88185c1..e03988e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Mutual Finder", - "version": "1.4.4" + "version": "1.4.5" }, "tauri": { "allowlist": {