From 4c8a2d2d67113e9b273f8f899bf44f43c2c3c36b Mon Sep 17 00:00:00 2001 From: marc-f <4923216+marc-f@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:02:09 +0200 Subject: [PATCH] chore(release): bump version to 1.2.3 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 5f59c2a..d7fa3c7 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} +} \ No newline at end of file diff --git a/package.json b/package.json index 3cf63d2..1bbe755 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/versions.json b/versions.json index 6f3ca97..8cf5b9a 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file