diff --git a/Cargo.lock b/Cargo.lock index cff1f72..ba35225 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "app" -version = "1.4.1" +version = "1.4.2" dependencies = [ "serde", "serde_json", diff --git a/package.json b/package.json index 83d5330..7cf8623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osu-mutual-finder", - "version": "1.4.1", + "version": "1.4.2", "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 59d4224..f470a84 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "app" -version = "1.4.1" +version = "1.4.2" description = "A way to find mutuals in osu!" -authors = ["sibyl666"] +authors = ["metkm"] license = "MIT" -repository = "https://github.com/sibyl666/osu-mutual-finder" +repository = "https://github.com/metkm/osu-mutual-finder" default-run = "app" edition = "2021" rust-version = "1.57" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index be889e9..882bdeb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Mutual Finder", - "version": "1.4.1" + "version": "1.4.2" }, "tauri": { "allowlist": {