Skip to content

Commit 86a3d8c

Browse files
committed
Bump version to 0.0.1
1 parent 659bf7b commit 86a3d8c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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": "obsidian-github-sync",
33
"name": "GitHub Sync",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"minAppVersion": "1.7.7",
66
"description": "A plugin to sync a Github repository with an Obsidian vault.",
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": "obsidian-github-sync",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A plugin to sync a Github repository with an Obsidian vault",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"0.0.0": "1.7.7"
3-
}
2+
"0.0.0": "1.7.7",
3+
"0.0.1": "1.7.7"
4+
}

0 commit comments

Comments
 (0)