Bump versions to 0.0.25

This commit is contained in:
Andras Schmelczer 2025-01-09 21:50:34 +00:00
parent 9a321121af
commit cc658b8ca7
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 11 additions and 11 deletions

View file

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

View file

@ -1,12 +1,12 @@
{
"name": "vault-link-obsidian-plugin",
"version": "0.0.24",
"version": "0.0.25",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vault-link-obsidian-plugin",
"version": "0.0.24",
"version": "0.0.25",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
@ -46,7 +46,7 @@
},
"../backend/sync_lib/pkg": {
"name": "sync_lib",
"version": "0.0.24",
"version": "0.0.25",
"dev": true,
"license": "MIT"
},

View file

@ -1,6 +1,6 @@
{
"name": "vault-link-obsidian-plugin",
"version": "0.0.24",
"version": "0.0.25",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {