mirror of
https://github.com/marc-f/obsidian-file-name-styler.git
synced 2026-07-22 05:46:09 +00:00
chore(release): bump version to 1.2.3
This commit is contained in:
parent
ecb2bd489f
commit
4c8a2d2d67
3 changed files with 5 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "filename-styler",
|
||||
"name": "FileName Styler",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"minAppVersion": "1.8.9",
|
||||
"description": "Customize and style file names in the file explorer using patterns, prefixes, suffixes, colors, and icons.",
|
||||
"author": "Marc Feininger",
|
||||
"authorUrl": "https://github.com/marc-f",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "filename-styler",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"type": "module",
|
||||
"description": "An Obsidian plugin to style filenames based on ID patterns, colors, icons, and more.",
|
||||
"main": "main.js",
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
"1.1.1": "1.8.9",
|
||||
"1.2.0": "1.8.9",
|
||||
"1.2.1": "1.8.9",
|
||||
"1.2.2": "1.8.9"
|
||||
"1.2.2": "1.8.9",
|
||||
"1.2.3": "1.8.9"
|
||||
}
|
||||
Loading…
Reference in a new issue