Fix one version number being wrong

This commit is contained in:
Prospector 2025-07-03 11:39:49 -07:00
parent a38e1dee1f
commit 55916b6bda
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -8999,7 +8999,7 @@ dependencies = [
[[package]] [[package]]
name = "theseus" name = "theseus"
version = "0.9.5" version = "0.10.0"
dependencies = [ dependencies = [
"ariadne", "ariadne",
"async-compression", "async-compression",

View File

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

View File

@ -11,7 +11,7 @@ export type VersionEntry = {
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{ {
date: `2025-07-03T12:00:00-07:00`, date: `2025-07-03T12:30:00-07:00`,
product: 'app', product: 'app',
version: `0.10.0`, version: `0.10.0`,
body: `### Added body: `### Added