Skip to content

Commit 03a3bde

Browse files
committed
Bump version to 0.0.6
1 parent 98b931e commit 03a3bde

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

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"0.0.2": "1.7.7",
55
"0.0.3": "1.7.7",
66
"0.0.4": "1.7.7",
7-
"0.0.5": "1.7.7"
7+
"0.0.5": "1.7.7",
8+
"0.0.6": "1.7.7"
89
}

0 commit comments

Comments
 (0)