Skip to content

Commit cb4b3be

Browse files
committed
Bump version to 1.0.4
1 parent 45481a9 commit cb4b3be

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.3",
4+
"version": "1.0.4",
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.3",
3+
"version": "1.0.4",
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
@@ -9,5 +9,6 @@
99
"1.0.0": "1.7.7",
1010
"1.0.1": "1.7.7",
1111
"1.0.2": "1.7.7",
12-
"1.0.3": "1.7.7"
12+
"1.0.3": "1.7.7",
13+
"1.0.4": "1.7.7"
1314
}

0 commit comments

Comments
 (0)