From 3979e73708f2e9be4fb75f8acd802c0840eb655a Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Sun, 9 Mar 2025 18:55:52 +0100 Subject: [PATCH] Bump version to 1.0.1 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index d214e83..8f2af64 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "github-gitless-sync", "name": "GitHub Gitless Sync", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "1.7.7", "description": "Sync a GitHub repository with vaults on different platforms without requiring git installation", "author": "Silvano Cerza", "authorUrl": "https://silvanocerza.com", "fundingUrl": "https://ko-fi.com/silvanocerza", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index fb82a0c..051d241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-gitless-sync", - "version": "1.0.0", + "version": "1.0.1", "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 b343211..b9a51d5 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.0.4": "1.7.7", "0.0.5": "1.7.7", "0.0.6": "1.7.7", - "1.0.0": "1.7.7" + "1.0.0": "1.7.7", + "1.0.1": "1.7.7" } \ No newline at end of file