chore: release 1.0.9

This commit is contained in:
@gapmiss 2026-06-14 11:28:36 -05:00
parent 5d5daaeded
commit d8764ee0ad
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}