We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd65ba commit 0ca0be9Copy full SHA for 0ca0be9
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-github-sync",
3
"name": "GitHub Sync",
4
- "version": "0.0.2",
+ "version": "0.0.3",
5
"minAppVersion": "1.7.7",
6
"description": "A plugin to sync a Github repository with an Obsidian vault.",
7
"author": "Silvano Cerza",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-github-sync",
"description": "A plugin to sync a Github repository with an Obsidian vault",
"main": "main.js",
"scripts": {
versions.json
@@ -1,5 +1,6 @@
"0.0.0": "1.7.7",
"0.0.1": "1.7.7",
- "0.0.2": "1.7.7"
+ "0.0.2": "1.7.7",
+ "0.0.3": "1.7.7"
}
0 commit comments