diff --git a/manifest.json b/manifest.json index debd965..b843415 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-github-sync", "name": "GitHub Sync", - "version": "0.0.4", + "version": "0.0.5", "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 f513909..5413a1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-sync", - "version": "0.0.4", + "version": "0.0.5", "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 6a25778..35eb1af 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.0.1": "1.7.7", "0.0.2": "1.7.7", "0.0.3": "1.7.7", - "0.0.4": "1.7.7" + "0.0.4": "1.7.7", + "0.0.5": "1.7.7" } \ No newline at end of file