diff --git a/manifest.json b/manifest.json index a28e1f9..1783c8a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tiff-viewer", "name": "Tiff Viewer", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "0.15.0", "description": "View .tif(f) files by generating duplicates in form of .tif(f).png", "author": "Jan Ullmann", diff --git a/package-lock.json b/package-lock.json index a8221d8..907405f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "pngjs": "^7.0.0", diff --git a/package.json b/package.json index 0f86cfc..6f062e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.2.0", + "version": "1.2.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 372bf82..9d17529 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "1.0.14": "0.15.0", "1.0.15": "0.15.0", "1.1.0": "0.15.0", - "1.2.0": "0.15.0" + "1.2.0": "0.15.0", + "1.2.1": "0.15.0" } \ No newline at end of file