Add canonical assertion envelopes for v0.4.0

This commit is contained in:
2026-07-18 11:54:10 -07:00
parent 9087ad4789
commit cb36bbc958
46 changed files with 19837 additions and 166 deletions
+1 -1
View File
@@ -3980,7 +3980,7 @@ dependencies = [
[[package]]
name = "thinkloom"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"chrono",
"hex",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "thinkloom"
version = "0.3.0"
version = "0.4.0"
description = "Local-first writing studio with creative provenance"
authors = ["Christopher Chambers"]
license = "AGPL-3.0-only"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Thinkloom",
"version": "0.3.0",
"version": "0.4.0",
"identifier": "com.thinkloom.desktop",
"build": {
"beforeDevCommand": "npm run dev",