Bump version to 1.0.0

This commit is contained in:
Silvano Cerza 2025-03-09 18:32:32 +01:00
parent b20cece211
commit c21e728e3c
3 changed files with 6 additions and 5 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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"
}