Bump version to 0.0.6

This commit is contained in:
Silvano Cerza 2025-01-23 18:19:02 +01:00
parent 98b931ead5
commit 03a3bde3bb
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-github-sync",
"name": "GitHub Sync",
"version": "0.0.5",
"version": "0.0.6",
"minAppVersion": "1.7.7",
"description": "A plugin to sync a Github repository with an Obsidian vault.",
"author": "Silvano Cerza",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-github-sync",
"version": "0.0.5",
"version": "0.0.6",
"description": "A plugin to sync a Github repository with an Obsidian vault",
"main": "main.js",
"scripts": {

View file

@ -4,5 +4,6 @@
"0.0.2": "1.7.7",
"0.0.3": "1.7.7",
"0.0.4": "1.7.7",
"0.0.5": "1.7.7"
"0.0.5": "1.7.7",
"0.0.6": "1.7.7"
}