diff --git a/Cargo.lock b/Cargo.lock index f51519e66..8d1d34b66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4567,7 +4567,7 @@ dependencies = [ [[package]] name = "theseus" -version = "0.2.1" +version = "0.2.2" dependencies = [ "async-tungstenite", "async_zip", @@ -4608,7 +4608,7 @@ dependencies = [ [[package]] name = "theseus_cli" -version = "0.2.1" +version = "0.2.2" dependencies = [ "argh", "color-eyre", @@ -4635,7 +4635,7 @@ dependencies = [ [[package]] name = "theseus_gui" -version = "0.0.0" +version = "0.2.2" dependencies = [ "chrono", "cocoa", diff --git a/theseus/Cargo.toml b/theseus/Cargo.toml index c2f4029d8..c50c29946 100644 --- a/theseus/Cargo.toml +++ b/theseus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theseus" -version = "0.2.1" +version = "0.2.2" authors = ["Jai A "] edition = "2018" diff --git a/theseus_cli/Cargo.toml b/theseus_cli/Cargo.toml index 2454ba87b..90f39cd81 100644 --- a/theseus_cli/Cargo.toml +++ b/theseus_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theseus_cli" -version = "0.2.1" +version = "0.2.2" authors = ["Jai A "] edition = "2018" diff --git a/theseus_gui/package.json b/theseus_gui/package.json index 4f8d69f49..a5f51b3e0 100644 --- a/theseus_gui/package.json +++ b/theseus_gui/package.json @@ -1,7 +1,7 @@ { "name": "theseus_gui", "private": true, - "version": "0.0.0", + "version": "0.2.1", "type": "module", "scripts": { "dev": "vite", diff --git a/theseus_gui/src-tauri/Cargo.toml b/theseus_gui/src-tauri/Cargo.toml index 0ee69e178..13e4e67a9 100644 --- a/theseus_gui/src-tauri/Cargo.toml +++ b/theseus_gui/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theseus_gui" -version = "0.0.0" +version = "0.2.2" description = "A Tauri App" authors = ["you"] license = "" diff --git a/theseus_gui/src-tauri/src/main.rs b/theseus_gui/src-tauri/src/main.rs index 725e60818..d7c8cf51f 100644 --- a/theseus_gui/src-tauri/src/main.rs +++ b/theseus_gui/src-tauri/src/main.rs @@ -40,9 +40,9 @@ struct Payload { } fn main() { - let client = sentry::init("https://19a14416dafc4b4a858fa1a38db3b704@o485889.ingest.sentry.io/4505349067374592"); + //let client = sentry::init("https://19a14416dafc4b4a858fa1a38db3b704@o485889.ingest.sentry.io/4505349067374592"); - let _guard = sentry_rust_minidump::init(&client); + //let _guard = sentry_rust_minidump::init(&client); /* tracing is set basd on the environment variable RUST_LOG=xxx, depending on the amount of logs to show ERROR > WARN > INFO > DEBUG > TRACE diff --git a/theseus_gui/src-tauri/tauri.conf.json b/theseus_gui/src-tauri/tauri.conf.json index 2d368dfe9..77a9031f1 100644 --- a/theseus_gui/src-tauri/tauri.conf.json +++ b/theseus_gui/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Modrinth App", - "version": "0.2.1" + "version": "0.2.2" }, "tauri": { "allowlist": {