diff --git a/Cargo.lock b/Cargo.lock index 8dffdfd5a..02385145a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8870,7 +8870,7 @@ dependencies = [ [[package]] name = "theseus" -version = "0.9.2" +version = "0.9.3" dependencies = [ "async-recursion", "async-tungstenite", @@ -8921,7 +8921,7 @@ dependencies = [ [[package]] name = "theseus_gui" -version = "0.9.2" +version = "0.9.3" dependencies = [ "chrono", "cocoa 0.25.0", @@ -10780,7 +10780,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "wry" version = "0.47.2" -source = "git+https://github.com/modrinth/wry?rev=cdbf938#cdbf9384263db4e692e22dcf9bf6085e334a10f3" +source = "git+https://github.com/modrinth/wry?rev=51907c6#51907c61541f2e389856f07773a32bac04f9a843" dependencies = [ "base64 0.22.1", "block2", diff --git a/Cargo.toml b/Cargo.toml index 06487ac14..c55a6fc2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ strip = true # Remove debug symbols opt-level = 3 [patch.crates-io] -wry = { git = "https://github.com/modrinth/wry", rev ="cdbf938" } \ No newline at end of file +wry = { git = "https://github.com/modrinth/wry", rev = "51907c6" } \ No newline at end of file diff --git a/apps/app-frontend/package.json b/apps/app-frontend/package.json index f39380631..fe9390f97 100644 --- a/apps/app-frontend/package.json +++ b/apps/app-frontend/package.json @@ -1,7 +1,7 @@ { "name": "@modrinth/app-frontend", "private": true, - "version": "0.9.2", + "version": "0.9.3", "type": "module", "scripts": { "dev": "vite", diff --git a/apps/app/Cargo.toml b/apps/app/Cargo.toml index d4c4d1e92..0e3bc20b3 100644 --- a/apps/app/Cargo.toml +++ b/apps/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theseus_gui" -version = "0.9.2" +version = "0.9.3" description = "The Modrinth App is a desktop application for managing your Minecraft mods" license = "GPL-3.0-only" repository = "https://github.com/modrinth/code/apps/app/" diff --git a/apps/app/tauri.conf.json b/apps/app/tauri.conf.json index 37c5c20e5..24eb3bd41 100644 --- a/apps/app/tauri.conf.json +++ b/apps/app/tauri.conf.json @@ -44,7 +44,7 @@ ] }, "productName": "Modrinth App", - "version": "0.9.2", + "version": "0.9.3", "mainBinaryName": "Modrinth App", "identifier": "ModrinthApp", "plugins": { diff --git a/packages/app-lib/Cargo.toml b/packages/app-lib/Cargo.toml index dcf0b6ae7..4e2d83750 100644 --- a/packages/app-lib/Cargo.toml +++ b/packages/app-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theseus" -version = "0.9.2" +version = "0.9.3" authors = ["Jai A "] edition = "2021"