0.2.0 — a notebook in your pocket, ready to be hosted #3
Generated
+1
-1
@@ -4189,7 +4189,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thoughtsync-desktop"
|
name = "thoughtsync-desktop"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"serde",
|
"serde",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "thoughtsync-desktop"
|
name = "thoughtsync-desktop"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = "ThoughtSync desktop — local-first Keep-style thought capture"
|
description = "ThoughtSync desktop — local-first Keep-style thought capture"
|
||||||
authors = ["bvandeusen"]
|
authors = ["bvandeusen"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "ThoughtSync",
|
"productName": "ThoughtSync",
|
||||||
"mainBinaryName": "thoughtsync",
|
"mainBinaryName": "thoughtsync",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"identifier": "com.fabledsword.thoughtsync",
|
"identifier": "com.fabledsword.thoughtsync",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../../frontend/dist",
|
"frontendDist": "../../frontend/dist",
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "thoughtsync"
|
name = "thoughtsync"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = "Self-hosted personal thought-capture web app (FabledSword family)"
|
description = "Self-hosted personal thought-capture web app (FabledSword family)"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
"""ThoughtSync — self-hosted personal thought-capture web app (FabledSword family)."""
|
"""ThoughtSync — self-hosted personal thought-capture web app (FabledSword family)."""
|
||||||
|
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user