From d8764ee0ad30450d6bf4a9a285d40207f39d2cbf Mon Sep 17 00:00:00 2001 From: "@gapmiss" Date: Sun, 14 Jun 2026 11:28:36 -0500 Subject: [PATCH] chore: release 1.0.9 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4f40639..f1c4570 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "blur", "name": "Blur", - "version": "1.0.8", + "version": "1.0.9", "minAppVersion": "0.15.0", "description": "Create obfuscated blocks of text.", "author": "@gapmiss", diff --git a/package.json b/package.json index 9f6bffd..af7594b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blur", - "version": "1.0.8", + "version": "1.0.9", "description": "A plugin for creating obfuscated blocks of text in the Obsidian.md knowledge-base application.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index aca6627..5c112ef 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "1.0.5": "0.15.0", "1.0.6": "0.15.0", "1.0.7": "0.15.0", - "1.0.8": "0.15.0" + "1.0.8": "0.15.0", + "1.0.9": "0.15.0" }