Skip to content

Commit ee9c2ee

Browse files
committed
Bump version to 1.0.7
1 parent b6eb9ed commit ee9c2ee

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "github-gitless-sync",
33
"name": "GitHub Gitless Sync",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"minAppVersion": "1.7.7",
66
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
77
"author": "Silvano Cerza",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-gitless-sync",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"1.0.3": "1.7.7",
1313
"1.0.4": "1.7.7",
1414
"1.0.5": "1.7.7",
15-
"1.0.6": "1.7.7"
15+
"1.0.6": "1.7.7",
16+
"1.0.7": "1.7.7"
1617
}

0 commit comments

Comments
 (0)