From 004d11408b83a39a6126ddd2bbd4aafe08a3608f Mon Sep 17 00:00:00 2001 From: metkm Date: Sat, 1 Apr 2023 18:05:47 +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 f74c6ea..70d0e5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "app" -version = "1.4.3" +version = "1.4.4" dependencies = [ "tauri", "tauri-build", diff --git a/package.json b/package.json index 21ff7ae..f0715bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osu-mutual-finder", - "version": "1.4.3", + "version": "1.4.4", "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 7a98906..a9a5347 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.4.3" +version = "1.4.4" 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 4626b80..88185c1 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Mutual Finder", - "version": "1.4.3" + "version": "1.4.4" }, "tauri": { "allowlist": {