Fix one version number being wrong
This commit is contained in:
parent
a38e1dee1f
commit
55916b6bda
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user