Bump version to 1.4.1

This commit is contained in:
Nick 2025-07-28 21:32:53 +02:00
parent d2dc1ef4cb
commit 6b6f37d903
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "extended-file-support",
"name": "Extended File Support",
"version": "1.4.0",
"version": "1.4.1",
"minAppVersion": "0.18.0",
"description": "Adds file support for various file types. Allows viewing and embedding these filetypes. Includes: .kra, .psd, .obj, .glb, .gltf, and more.",
"author": "Nick de Bruin",

View file

@ -1,6 +1,6 @@
{
"name": "extended-file-support",
"version": "1.4.0",
"version": "1.4.1",
"description": "Extended file support for Obsidian",
"main": "main.js",
"scripts": {

View file

@ -5,5 +5,6 @@
"1.2.4": "0.18.0",
"1.2.5": "0.18.0",
"1.3.0": "0.18.0",
"1.4.0": "0.18.0"
"1.4.0": "0.18.0",
"1.4.1": "0.18.0"
}