We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0c8b1 commit b7dbbbaCopy full SHA for b7dbbba
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "github-gitless-sync",
3
"name": "GitHub Gitless Sync",
4
- "version": "1.0.5",
+ "version": "1.0.6",
5
"minAppVersion": "1.7.7",
6
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
7
"author": "Silvano Cerza",
package.json
@@ -1,6 +1,6 @@
"name": "github-gitless-sync",
"main": "main.js",
"scripts": {
versions.json
@@ -11,5 +11,6 @@
11
"1.0.2": "1.7.7",
12
"1.0.3": "1.7.7",
13
"1.0.4": "1.7.7",
14
- "1.0.5": "1.7.7"
+ "1.0.5": "1.7.7",
15
+ "1.0.6": "1.7.7"
16
}
0 commit comments