chore(release): bump version to 1.2.3

This commit is contained in:
marc-f 2025-04-24 10:02:09 +02:00
parent ecb2bd489f
commit 4c8a2d2d67
3 changed files with 5 additions and 4 deletions

View file

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

View file

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

View file

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