We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6eb9ed commit ee9c2eeCopy full SHA for ee9c2ee
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "github-gitless-sync",
3
"name": "GitHub Gitless Sync",
4
- "version": "1.0.6",
+ "version": "1.0.7",
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
@@ -12,5 +12,6 @@
12
"1.0.3": "1.7.7",
13
"1.0.4": "1.7.7",
14
"1.0.5": "1.7.7",
15
- "1.0.6": "1.7.7"
+ "1.0.6": "1.7.7",
16
+ "1.0.7": "1.7.7"
17
}
0 commit comments