From 86a3d8c19f422eb6b2cd0330900193d8773c04be Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Wed, 22 Jan 2025 18:23:45 +0100 Subject: [PATCH] Bump version to 0.0.1 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index e1438e2..b05c84d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "obsidian-github-sync", "name": "GitHub Sync", - "version": "0.0.0", + "version": "0.0.1", "minAppVersion": "1.7.7", "description": "A plugin to sync a Github repository with an Obsidian vault.", "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 681ffcf..7e896c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-sync", - "version": "0.0.0", + "version": "0.0.1", "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 6d2ca1c..ede6485 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.0.0": "1.7.7" -} + "0.0.0": "1.7.7", + "0.0.1": "1.7.7" +} \ No newline at end of file