Bump versions to 0.0.8

This commit is contained in:
Andras Schmelczer 2025-01-02 22:07:28 +00:00
parent 4503aa1915
commit 5fc67c7b92
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
9 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
{
"id": "vault-link",
"name": "VaultLink",
"version": "0.0.7",
"version": "0.0.8",
"minAppVersion": "0.0.0",
"description": "Self-hosted synchronization and collaboration for your Vault.",
"author": "Andras Schmelczer",

View file

@ -1,12 +1,12 @@
{
"name": "obsidian-sample-plugin",
"version": "0.0.7",
"version": "0.0.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-sample-plugin",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "0.0.7",
"version": "0.0.8",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
@ -31,4 +31,4 @@
"typescript-eslint": "8.18.0",
"fetch-retry": "^6.0.0"
}
}
}