From 98b195ab6b2cc62d5c7ca944dc9658be1406f3e7 Mon Sep 17 00:00:00 2001 From: rivea0 <58330360+rivea0@users.noreply.github.com> Date: Sun, 4 May 2025 16:35:25 +0300 Subject: [PATCH] chore: bump version --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index aa7403c..1554f40 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "match-syntax", "name": "MatchSyntax", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "A flexible, regex-like lookups for your notes.", "author": "Eda", diff --git a/package-lock.json b/package-lock.json index 35ba2e3..bece4f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-match-syntax", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-match-syntax", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "compromise": "^14.14.4" diff --git a/package.json b/package.json index eaf2eec..e2cbf3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-match-syntax", - "version": "1.0.0", + "version": "1.0.1", "description": "A flexible, regex-like lookups for your notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5842672..a6d5a03 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" } \ No newline at end of file