diff --git a/manifest.json b/manifest.json index 91d4166..fc11167 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "obsidian-github-sync", "name": "GitHub Sync", - "version": "0.0.6", + "version": "1.0.0", "minAppVersion": "1.7.7", - "description": "A plugin to sync a Github repository with an Obsidian vault.", + "description": "Sync a GitHub repository with Obsidian vaults on different platforms", "author": "Silvano Cerza", "authorUrl": "https://silvanocerza.com", "fundingUrl": "https://ko-fi.com/silvanocerza", diff --git a/package.json b/package.json index 361e2cf..ff292f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-github-sync", - "version": "0.0.6", - "description": "A plugin to sync a Github repository with an Obsidian vault", + "version": "1.0.0", + "description": "Sync a GitHub repository with Obsidian vaults on different platforms", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index 72f8e96..b343211 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.0.3": "1.7.7", "0.0.4": "1.7.7", "0.0.5": "1.7.7", - "0.0.6": "1.7.7" + "0.0.6": "1.7.7", + "1.0.0": "1.7.7" } \ No newline at end of file