Skip to content

Commit b7dbbba

Browse files
committed
Bump version to 1.0.6
1 parent 5f0c8b1 commit b7dbbba

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.5",
4+
"version": "1.0.6",
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.5",
3+
"version": "1.0.6",
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
@@ -11,5 +11,6 @@
1111
"1.0.2": "1.7.7",
1212
"1.0.3": "1.7.7",
1313
"1.0.4": "1.7.7",
14-
"1.0.5": "1.7.7"
14+
"1.0.5": "1.7.7",
15+
"1.0.6": "1.7.7"
1516
}

0 commit comments

Comments
 (0)