Add provenance schema contract for v0.3.0

This commit is contained in:
2026-07-17 18:14:17 -07:00
parent 41ee044899
commit 9087ad4789
145 changed files with 31699 additions and 30 deletions
+1 -1
View File
@@ -3980,7 +3980,7 @@ dependencies = [
[[package]]
name = "thinkloom"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"chrono",
"hex",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "thinkloom"
version = "0.2.0"
version = "0.3.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.2.0",
"version": "0.3.0",
"identifier": "com.thinkloom.desktop",
"build": {
"beforeDevCommand": "npm run dev",