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