mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 05:41:36 +00:00
Bump version to 0.0.1
This commit is contained in:
parent
659bf7bc72
commit
86a3d8c19f
3 changed files with 6 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-github-sync",
|
"id": "obsidian-github-sync",
|
||||||
"name": "GitHub Sync",
|
"name": "GitHub Sync",
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"minAppVersion": "1.7.7",
|
"minAppVersion": "1.7.7",
|
||||||
"description": "A plugin to sync a Github repository with an Obsidian vault.",
|
"description": "A plugin to sync a Github repository with an Obsidian vault.",
|
||||||
"author": "Silvano Cerza",
|
"author": "Silvano Cerza",
|
||||||
"authorUrl": "https://silvanocerza.com",
|
"authorUrl": "https://silvanocerza.com",
|
||||||
"fundingUrl": "https://ko-fi.com/silvanocerza",
|
"fundingUrl": "https://ko-fi.com/silvanocerza",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-github-sync",
|
"name": "obsidian-github-sync",
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"description": "A plugin to sync a Github repository with an Obsidian vault",
|
"description": "A plugin to sync a Github repository with an Obsidian vault",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"0.0.0": "1.7.7"
|
"0.0.0": "1.7.7",
|
||||||
}
|
"0.0.1": "1.7.7"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue