Skip to content

Commit

Permalink
Mute audio via wry + v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Dec 25, 2024
1 parent 4a031f7 commit 81ec068
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ strip = true # Remove debug symbols
opt-level = 3

[patch.crates-io]
wry = { git = "https://github.com/modrinth/wry", rev ="e88d4a1" }
wry = { git = "https://github.com/modrinth/wry", rev ="cdbf938" }
2 changes: 1 addition & 1 deletion apps/app-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modrinth/app-frontend",
"private": true,
"version": "0.9.1",
"version": "0.9.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion apps/app/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
},
"productName": "Modrinth App",
"version": "0.9.1",
"version": "0.9.2",
"mainBinaryName": "Modrinth App",
"identifier": "ModrinthApp",
"plugins": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "theseus"
version = "0.9.1"
version = "0.9.2"
authors = ["Jai A <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 81ec068

Please sign in to comment.