diff --git a/manifest.json b/manifest.json index 9335591..e95f9f4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-zoom", "name": "Zoom", - "version": "1.1.1", - "minAppVersion": "1.0.0", + "version": "1.1.2", + "minAppVersion": "1.1.16", "description": "Zoom into heading and lists.", "author": "Viacheslav Slinko", "authorUrl": "https://github.com/vslinko", diff --git a/package-lock.json b/package-lock.json index 9a8f178..339325b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-zoom", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-zoom", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "devDependencies": { "@babel/core": "^7.21.8", diff --git a/package.json b/package.json index d5063f0..77d90a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-zoom", - "version": "1.1.1", + "version": "1.1.2", "description": "Zoom into heading and lists.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 4f3d0e0..a1d09ca 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.1.2": "1.1.16", "1.1.1": "1.0.0", "1.1.0": "1.0.0", "1.0.2": "1.0.0",