From 23d8b0ab77f5bf384fb789aaf4ca4915f12c2f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20G=C3=B3mez=20Bermejo?= Date: Mon, 14 Oct 2024 09:26:32 +0200 Subject: [PATCH] fix: up versions --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 3641d09..aafe7c7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "zettelflow", "name": "ZettelFlow", - "version": "2.6.0", + "version": "2.6.1", "minAppVersion": "1.4.11", "description": "Helps you to create and manage your notes in a Zettelkasten way via Canvas.", "author": "RafaelGB", diff --git a/package-lock.json b/package-lock.json index 38138f7..e559631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zettelflow", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zettelflow", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "dependencies": { "@popperjs/core": "2.11.8", diff --git a/package.json b/package.json index 1f596bb..028dc17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zettelflow", - "version": "2.6.0", + "version": "2.6.1", "description": "A plugin for Obsidian that allows you to create and manage notes in a ZettelFlow-like way.", "main": "main.js", "scripts": {