Skip to content

Commit 18e892b

Browse files
authored
Merge pull request #22 from TrueNine/dev
chore: bump version to 2026.10219.10305
2 parents e351258 + 27df4ef commit 18e892b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@truenine/memory-sync-cli",
33
"type": "module",
4-
"version": "2026.10219.10049",
4+
"version": "2026.10219.10305",
55
"description": "TrueNine Memory Synchronization CLI",
66
"author": "TrueNine",
77
"license": "AGPL-3.0-only",

cli/public/tnmsc.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2026.10219.10049",
2+
"version": "2026.10219.10305",
33
"workspaceDir": "~/project",
44
"shadowSourceProject": {
55
"name": "tnmsc-shadow",

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@truenine/memory-sync-docs",
33
"private": true,
4-
"version": "2026.10219.10049",
4+
"version": "2026.10219.10305",
55
"description": "Documentation site for @truenine/memory-sync, built with Next.js 16 and MDX.",
66
"scripts": {
77
"dev": "next dev",

gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truenine/memory-sync-gui",
3-
"version": "2026.10219.10049",
3+
"version": "2026.10219.10305",
44
"private": true,
55
"engines": {
66
"node": ">=25.2.1",

gui/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memory-sync-gui"
3-
version = "2026.10219.10049"
3+
version = "2026.10219.10305"
44
description = "Memory Sync desktop GUI application"
55
authors = ["TrueNine"]
66
edition = "2021"

gui/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
3-
"version": "2026.10219.10049",
3+
"version": "2026.10219.10305",
44
"productName": "Memory Sync",
55
"identifier": "org.truenine.memory-sync",
66
"build": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truenine/memory-sync",
3-
"version": "2026.10219.10049",
3+
"version": "2026.10219.10305",
44
"description": "Cross-AI-tool prompt synchronisation toolkit (CLI + Tauri desktop GUI) — one ruleset, multi-target adaptation. Monorepo powered by pnpm + Turbo.",
55
"license": "AGPL-3.0-only",
66
"keywords": [

packages/init-bundle/public/public/tnmsc.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2026.10219.10049",
2+
"version": "2026.10219.10305",
33
"workspaceDir": "~/project",
44
"shadowSourceProject": {
55
"name": "tnmsc-shadow",

0 commit comments

Comments
 (0)