From 81ec068747a39e927c42273011252daaa58f1e14 Mon Sep 17 00:00:00 2001 From: Jai A Date: Wed, 25 Dec 2024 14:41:28 -0700 Subject: [PATCH] Mute audio via wry + v0.9.2 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- apps/app-frontend/package.json | 2 +- apps/app/Cargo.toml | 2 +- apps/app/tauri.conf.json | 2 +- packages/app-lib/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b49d398a2..c092ebe67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8956,7 +8956,7 @@ dependencies = [ [[package]] name = "theseus" -version = "0.9.1" +version = "0.9.2" dependencies = [ "async-recursion", "async-tungstenite", @@ -9007,7 +9007,7 @@ dependencies = [ [[package]] name = "theseus_gui" -version = "0.9.1" +version = "0.9.2" dependencies = [ "chrono", "cocoa 0.25.0", @@ -10865,7 +10865,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "wry" version = "0.47.2" -source = "git+https://github.com/modrinth/wry?rev=e88d4a1#e88d4a10286f58902f50d5dc6c11363220a8be10" +source = "git+https://github.com/modrinth/wry?rev=cdbf938#cdbf9384263db4e692e22dcf9bf6085e334a10f3" dependencies = [ "base64 0.22.1", "block2", diff --git a/Cargo.toml b/Cargo.toml index d370985c4..06487ac14 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 ="e88d4a1" } \ No newline at end of file +wry = { git = "https://github.com/modrinth/wry", rev ="cdbf938" } \ No newline at end of file diff --git a/apps/app-frontend/package.json b/apps/app-frontend/package.json index dc83eb7bc..f39380631 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.1", + "version": "0.9.2", "type": "module", "scripts": { "dev": "vite", diff --git a/apps/app/Cargo.toml b/apps/app/Cargo.toml index 82ec97a55..d4c4d1e92 100644 --- a/apps/app/Cargo.toml +++ b/apps/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theseus_gui" -version = "0.9.1" +version = "0.9.2" 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 4649e4a59..37c5c20e5 100644 --- a/apps/app/tauri.conf.json +++ b/apps/app/tauri.conf.json @@ -44,7 +44,7 @@ ] }, "productName": "Modrinth App", - "version": "0.9.1", + "version": "0.9.2", "mainBinaryName": "Modrinth App", "identifier": "ModrinthApp", "plugins": { diff --git a/packages/app-lib/Cargo.toml b/packages/app-lib/Cargo.toml index 39e82d540..dcf0b6ae7 100644 --- a/packages/app-lib/Cargo.toml +++ b/packages/app-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theseus" -version = "0.9.1" +version = "0.9.2" authors = ["Jai A "] edition = "2021"