From 06dc87c097033543c728c4b6078ba2e2d538d6f2 Mon Sep 17 00:00:00 2001 From: Viacheslav Slinko Date: Wed, 10 May 2023 16:42:59 +0300 Subject: [PATCH] 4.7.1 --- 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 168c6c5..457fd9b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-outliner", "name": "Outliner", - "version": "4.7.0", + "version": "4.7.1", "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 dbb0622..bd2f3e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-outliner", - "version": "4.7.0", + "version": "4.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-outliner", - "version": "4.7.0", + "version": "4.7.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.21.4", diff --git a/package.json b/package.json index 9cef2da..92136fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-outliner", - "version": "4.7.0", + "version": "4.7.1", "description": "Work with your lists like in Workflowy or RoamResearch.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e9a10d4..1b968be 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "4.7.1": "1.1.16", "4.7.0": "1.1.16", "4.6.7": "1.1.16", "4.6.6": "1.1.16",