We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73654d5 commit 0affcbbCopy full SHA for 0affcbb
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "github-gitless-sync",
3
"name": "GitHub Gitless Sync",
4
- "version": "1.0.1",
+ "version": "1.0.2",
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
@@ -7,5 +7,6 @@
"0.0.5": "1.7.7",
8
"0.0.6": "1.7.7",
9
"1.0.0": "1.7.7",
10
- "1.0.1": "1.7.7"
+ "1.0.1": "1.7.7",
11
+ "1.0.2": "1.7.7"
12
}
0 commit comments