diff --git a/Cargo.lock b/Cargo.lock index 9293c5b82..ad79357d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4685,7 +4685,7 @@ dependencies = [ [[package]] name = "theseus" -version = "0.6.1" +version = "0.6.2" dependencies = [ "async-recursion", "async-tungstenite", @@ -4733,7 +4733,7 @@ dependencies = [ [[package]] name = "theseus_cli" -version = "0.6.1" +version = "0.6.2" dependencies = [ "argh", "color-eyre", @@ -4760,7 +4760,7 @@ dependencies = [ [[package]] name = "theseus_gui" -version = "0.6.1" +version = "0.6.2" dependencies = [ "chrono", "cocoa", diff --git a/theseus/Cargo.toml b/theseus/Cargo.toml index 4c4c6b93d..aa29389d6 100644 --- a/theseus/Cargo.toml +++ b/theseus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theseus" -version = "0.6.1" +version = "0.6.2" authors = ["Jai A "] edition = "2018" diff --git a/theseus_cli/Cargo.toml b/theseus_cli/Cargo.toml index 0c8dd56c8..2ba2f838b 100644 --- a/theseus_cli/Cargo.toml +++ b/theseus_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theseus_cli" -version = "0.6.1" +version = "0.6.2" authors = ["Jai A "] edition = "2018" diff --git a/theseus_gui/package.json b/theseus_gui/package.json index f54967a01..35bea5b06 100644 --- a/theseus_gui/package.json +++ b/theseus_gui/package.json @@ -1,7 +1,7 @@ { "name": "theseus_gui", "private": true, - "version": "0.6.1", + "version": "0.6.2", "type": "module", "scripts": { "dev": "vite", diff --git a/theseus_gui/src-tauri/Cargo.toml b/theseus_gui/src-tauri/Cargo.toml index 6e0cef005..3ad490c75 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.6.1" +version = "0.6.2" description = "A Tauri App" authors = ["you"] license = "" diff --git a/theseus_gui/src-tauri/tauri.conf.json b/theseus_gui/src-tauri/tauri.conf.json index 9f3fdd169..35aa6f453 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.6.1" + "version": "0.6.2" }, "tauri": { "allowlist": { diff --git a/theseus_gui/src/components/ui/AccountsCard.vue b/theseus_gui/src/components/ui/AccountsCard.vue index c4ece1e86..845d783a7 100644 --- a/theseus_gui/src/components/ui/AccountsCard.vue +++ b/theseus_gui/src/components/ui/AccountsCard.vue @@ -11,7 +11,7 @@ :size="mode === 'expanded' ? 'xs' : 'sm'" :src=" selectedAccount - ? `https://crafatar.com/avatars/${selectedAccount.id}?size=128&overlay` + ? `https://mc-heads.net/avatar/${selectedAccount.id}/128` : 'https://launcher-files.modrinth.com/assets/steve_head.png' " /> @@ -24,10 +24,7 @@ :class="{ expanded: mode === 'expanded', isolated: mode === 'isolated' }" >