Skip to content

Commit 42a82ff

Browse files
dbdeveloperclaude
andcommitted
release: 2.0.2-beta
Bumps package.json, manifest.json, and manifest-beta.json to 2.0.2-beta. versions.json gains "2.0.2-beta": "1.7.7". manifest-beta.json was hand-edited (NOT auto-synced by version-bump.mjs per CLAUDE.md). All four files match the new version exactly. Pre-tag verification (commit 737f1d0 — merge of sync2-worker-reorg): Build: green Unit: 679/679 pass Integration: 114/114 pass (68 files, 21.8 min on real GitHub) Release notes in CHANGELOG.md §2.0.2-beta. Design rationale in docs/PSEUDO-MERGE-MODE.md §17-19 (Worker Orchestra, SHA-First Reconcile, Modify-in-Place Crash Safety). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 737f1d0 commit 42a82ff

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "github-easy-sync",
33
"name": "GitHub Easy Sync",
4-
"version": "2.0.1-beta5",
4+
"version": "2.0.2-beta",
55
"minAppVersion": "1.7.7",
66
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
77
"author": "Vladyslav Kozlovskyy",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "github-easy-sync",
33
"name": "GitHub Easy Sync",
4-
"version": "2.0.1-beta5",
4+
"version": "2.0.2-beta",
55
"minAppVersion": "1.7.7",
66
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
77
"author": "Vladyslav Kozlovskyy",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-easy-sync",
3-
"version": "2.0.1-beta5",
3+
"version": "2.0.2-beta",
44
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"2.0.1-beta2": "1.7.7",
2020
"2.0.1-beta3": "1.7.7",
2121
"2.0.1-beta4": "1.7.7",
22-
"2.0.1-beta5": "1.7.7"
22+
"2.0.1-beta5": "1.7.7",
23+
"2.0.2-beta": "1.7.7"
2324
}

0 commit comments

Comments
 (0)