diff --git a/Cargo.lock b/Cargo.lock index 0cd9b21..0aec429 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,7 +55,7 @@ checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" [[package]] name = "app" -version = "1.3.6" +version = "1.3.7" dependencies = [ "lazy_static", "regex", diff --git a/package.json b/package.json index 2c8ac11..5552dec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osu-mutual-finder", - "version": "1.3.6", + "version": "1.3.7", "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 e010920..df5b79c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.3.6" +version = "1.3.7" 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 2507de2..9045f25 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Mutual Finder", - "version": "1.3.6" + "version": "1.3.7" }, "tauri": { "allowlist": {