From acefd43f60e52fa2ea22b7a9339457035fb8294e Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Thu, 23 Jan 2025 17:35:00 +0100 Subject: [PATCH] Bump version to 0.0.4 --- 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 aa05760..debd965 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-github-sync", "name": "GitHub Sync", - "version": "0.0.3", + "version": "0.0.4", "minAppVersion": "1.7.7", "description": "A plugin to sync a Github repository with an Obsidian vault.", "author": "Silvano Cerza", diff --git a/package.json b/package.json index 588de1e..f513909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-sync", - "version": "0.0.3", + "version": "0.0.4", "description": "A plugin to sync a Github repository with an Obsidian vault", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3b54f2e..6a25778 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.0.0": "1.7.7", "0.0.1": "1.7.7", "0.0.2": "1.7.7", - "0.0.3": "1.7.7" + "0.0.3": "1.7.7", + "0.0.4": "1.7.7" } \ No newline at end of file