From a5ff730bff2805567e9c9224030aa43bff25b5dc Mon Sep 17 00:00:00 2001 From: Viacheslav Slinko Date: Thu, 27 Apr 2023 12:46:36 +0300 Subject: [PATCH] 4.6.2 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 656cb45..a41a76a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-outliner", "name": "Outliner", - "version": "4.6.1", + "version": "4.6.2", "minAppVersion": "1.1.16", "description": "Work with your lists like in Workflowy or RoamResearch.", "author": "Viacheslav Slinko", diff --git a/package-lock.json b/package-lock.json index c79f897..1cac9af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-outliner", - "version": "4.6.1", + "version": "4.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-outliner", - "version": "4.6.1", + "version": "4.6.2", "license": "MIT", "devDependencies": { "@babel/core": "^7.21.4", diff --git a/package.json b/package.json index 0ed951d..29dc18e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-outliner", - "version": "4.6.1", + "version": "4.6.2", "description": "Work with your lists like in Workflowy or RoamResearch.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6760eac..1351d21 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "4.6.2": "1.1.16", "4.6.1": "1.1.16", "4.6.0": "1.1.16", "4.5.0": "1.1.16",