From d9c6c60d4625a67f9a18e7cf9358693fe5a0b345 Mon Sep 17 00:00:00 2001 From: Viacheslav Slinko Date: Wed, 22 Dec 2021 00:31:38 +0300 Subject: [PATCH] 0.2.4 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 5921282..cc9a5d4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-zoom", "name": "Zoom", - "version": "0.2.3", - "minAppVersion": "0.13.10", + "version": "0.2.4", + "minAppVersion": "0.13.14", "description": "Zoom into heading and lists.", "author": "Viacheslav Slinko", "authorUrl": "https://github.com/vslinko", diff --git a/package.json b/package.json index 5728d91..83fad7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-zoom", - "version": "0.2.3", + "version": "0.2.4", "description": "Zoom into heading and lists.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 159f53c..ad8a6ee 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.2.4": "0.13.14", "0.2.3": "0.13.10", "0.2.2": "0.13.10", "0.2.1": "0.13.10",