mirror of
https://github.com/gapmiss/blur.git
synced 2026-07-22 07:50:29 +00:00
chore: release 1.0.9
This commit is contained in:
parent
5d5daaeded
commit
d8764ee0ad
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue