mirror of
https://github.com/nick-de-bruin/obsidian-extended-file-support.git
synced 2026-07-22 05:37:54 +00:00
Bump version to 1.4.1
This commit is contained in:
parent
d2dc1ef4cb
commit
6b6f37d903
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue