Skip to content

Commit 64c8d9e

Browse files
authored
Merge pull request #13 from TrueNine/dev
chore: update version number in package.json to 2026.10218.11636
2 parents 7eb3306 + 0ce2dbd commit 64c8d9e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.10218.11313",
4+
"version": "2026.10218.11636",
55
"description": "TrueNine Memory Synchronization CLI",
66
"author": "TrueNine",
77
"license": "AGPL-3.0-only",

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.10218.11313",
3+
"version": "2026.10218.11636",
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.10218.11313"
3+
version = "2026.10218.11636"
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.10218.11313",
3+
"version": "2026.10218.11636",
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.10218.11313",
3+
"version": "2026.10218.11636",
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": [

0 commit comments

Comments
 (0)