Bump app version to 0.10.1

This commit is contained in:
Prospector 2025-07-04 20:41:27 -07:00
parent e84a178586
commit 1e24225350
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -8999,7 +8999,7 @@ dependencies = [
[[package]]
name = "theseus"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"ariadne",
"async-compression",
@ -9064,7 +9064,7 @@ dependencies = [
[[package]]
name = "theseus_gui"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"chrono",
"daedalus",

View File

@ -1,7 +1,7 @@
{
"name": "@modrinth/app-frontend",
"private": true,
"version": "0.10.0",
"version": "0.10.1",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -1,6 +1,6 @@
[package]
name = "theseus_gui"
version = "0.10.0"
version = "0.10.1"
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/"

View File

@ -41,7 +41,7 @@
]
},
"productName": "Modrinth App",
"version": "0.10.0",
"version": "0.10.1",
"mainBinaryName": "Modrinth App",
"identifier": "ModrinthApp",
"plugins": {

View File

@ -1,6 +1,6 @@
[package]
name = "theseus"
version = "0.10.0"
version = "0.10.1"
authors = ["Jai A <jaiagr+gpg@pm.me>"]
edition.workspace = true