Skip to content

Commit 55916b6

Browse files
committed
Fix one version number being wrong
1 parent a38e1de commit 55916b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "theseus"
3-
version = "0.9.5"
3+
version = "0.10.0"
44
authors = ["Jai A <jaiagr+gpg@pm.me>"]
55
edition.workspace = true
66

packages/utils/changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type VersionEntry = {
1111

1212
const VERSIONS: VersionEntry[] = [
1313
{
14-
date: `2025-07-03T12:00:00-07:00`,
14+
date: `2025-07-03T12:30:00-07:00`,
1515
product: 'app',
1616
version: `0.10.0`,
1717
body: `### Added

0 commit comments

Comments
 (0)