Skip to content

Commit 5bc63a5

Browse files
committed
Ads window system blocker
1 parent a8630e9 commit 5bc63a5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ strip = true # Remove debug symbols
2121
opt-level = 3
2222

2323
[patch.crates-io]
24-
wry = { git = "https://github.com/modrinth/wry", rev ="cdbf938" }
24+
wry = { git = "https://github.com/modrinth/wry", rev = "51907c6" }

apps/app-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@modrinth/app-frontend",
33
"private": true,
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

apps/app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "theseus_gui"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
description = "The Modrinth App is a desktop application for managing your Minecraft mods"
55
license = "GPL-3.0-only"
66
repository = "https://github.com/modrinth/code/apps/app/"

apps/app/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
]
4545
},
4646
"productName": "Modrinth App",
47-
"version": "0.9.2",
47+
"version": "0.9.3",
4848
"mainBinaryName": "Modrinth App",
4949
"identifier": "ModrinthApp",
5050
"plugins": {

packages/app-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "theseus"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Jai A <jaiagr+gpg@pm.me>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)