mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
Bump version to 0.0.3
This commit is contained in:
parent
3bd65baf7b
commit
0ca0be97f6
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-github-sync",
|
||||
"name": "GitHub Sync",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"minAppVersion": "1.7.7",
|
||||
"description": "A plugin to sync a Github repository with an Obsidian vault.",
|
||||
"author": "Silvano Cerza",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-github-sync",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "A plugin to sync a Github repository with an Obsidian vault",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue