diff --git a/manifest.json b/manifest.json index cad7481..aa05760 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-github-sync", "name": "GitHub Sync", - "version": "0.0.2", + "version": "0.0.3", "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 0e054e8..588de1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-sync", - "version": "0.0.2", + "version": "0.0.3", "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 763bc83..3b54f2e 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.0.0": "1.7.7", "0.0.1": "1.7.7", - "0.0.2": "1.7.7" + "0.0.2": "1.7.7", + "0.0.3": "1.7.7" } \ No newline at end of file