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