From b7dbbba7b82af3a2efe60ef742276873cca22cc1 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Fri, 21 Mar 2025 17:03:38 +0100 Subject: [PATCH] Bump version to 1.0.6 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 691c758..17b4e48 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "github-gitless-sync", "name": "GitHub Gitless Sync", - "version": "1.0.5", + "version": "1.0.6", "minAppVersion": "1.7.7", "description": "Sync a GitHub repository with vaults on different platforms without requiring git installation", "author": "Silvano Cerza", diff --git a/package.json b/package.json index 7bd15e5..d1a5dcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-gitless-sync", - "version": "1.0.5", + "version": "1.0.6", "description": "Sync a GitHub repository with vaults on different platforms without requiring git installation", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 30ce6c4..2075ad7 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.0.2": "1.7.7", "1.0.3": "1.7.7", "1.0.4": "1.7.7", - "1.0.5": "1.7.7" + "1.0.5": "1.7.7", + "1.0.6": "1.7.7" } \ No newline at end of file