mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
Bump version to 1.0.0
This commit is contained in:
parent
b20cece211
commit
b40aeb5f78
3 changed files with 6 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "obsidian-github-sync",
|
||||
"name": "GitHub Sync",
|
||||
"version": "0.0.6",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.7.7",
|
||||
"description": "A plugin to sync a Github repository with an Obsidian vault.",
|
||||
"description": "Sync a GitHub repository with Obsidian vaults on different platforms",
|
||||
"author": "Silvano Cerza",
|
||||
"authorUrl": "https://silvanocerza.com",
|
||||
"fundingUrl": "https://ko-fi.com/silvanocerza",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "obsidian-github-sync",
|
||||
"version": "0.0.6",
|
||||
"description": "A plugin to sync a Github repository with an Obsidian vault",
|
||||
"version": "1.0.0",
|
||||
"description": "Sync a GitHub repository with Obsidian vaults on different platforms",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
"0.0.3": "1.7.7",
|
||||
"0.0.4": "1.7.7",
|
||||
"0.0.5": "1.7.7",
|
||||
"0.0.6": "1.7.7"
|
||||
"0.0.6": "1.7.7",
|
||||
"1.0.0": "1.7.7"
|
||||
}
|
||||
Loading…
Reference in a new issue