diff --git a/manifest.json b/manifest.json index 17b4e48..61a4f58 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "github-gitless-sync", "name": "GitHub Gitless Sync", - "version": "1.0.6", + "version": "1.0.7", "minAppVersion": "1.7.7", "description": "Sync a GitHub repository with vaults on different platforms without requiring git installation", "author": "Silvano Cerza", diff --git a/package.json b/package.json index ee94fc1..cb87657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-gitless-sync", - "version": "1.0.6", + "version": "1.0.7", "description": "Sync a GitHub repository with vaults on different platforms without requiring git installation", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2075ad7..c7c0c28 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "1.0.3": "1.7.7", "1.0.4": "1.7.7", "1.0.5": "1.7.7", - "1.0.6": "1.7.7" + "1.0.6": "1.7.7", + "1.0.7": "1.7.7" } \ No newline at end of file