Skip to content

Commit 3979e73

Browse files
committed
Bump version to 1.0.1
1 parent 3f16253 commit 3979e73

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "github-gitless-sync",
33
"name": "GitHub Gitless Sync",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"minAppVersion": "1.7.7",
66
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
77
"author": "Silvano Cerza",
88
"authorUrl": "https://silvanocerza.com",
99
"fundingUrl": "https://ko-fi.com/silvanocerza",
1010
"isDesktopOnly": false
11-
}
11+
}

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.0",
3+
"version": "1.0.1",
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
@@ -6,5 +6,6 @@
66
"0.0.4": "1.7.7",
77
"0.0.5": "1.7.7",
88
"0.0.6": "1.7.7",
9-
"1.0.0": "1.7.7"
9+
"1.0.0": "1.7.7",
10+
"1.0.1": "1.7.7"
1011
}

0 commit comments

Comments
 (0)