Skip to content

Commit c1d1db6

Browse files
committed
Bump version to 1.0.5
1 parent 7a7c13f commit c1d1db6

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.4",
4+
"version": "1.0.5",
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.4",
3+
"version": "1.0.5",
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
@@ -10,5 +10,6 @@
1010
"1.0.1": "1.7.7",
1111
"1.0.2": "1.7.7",
1212
"1.0.3": "1.7.7",
13-
"1.0.4": "1.7.7"
13+
"1.0.4": "1.7.7",
14+
"1.0.5": "1.7.7"
1415
}

0 commit comments

Comments
 (0)