From 3a93fe018ee33364ad651beb52b1308f1e467ace Mon Sep 17 00:00:00 2001 From: Viacheslav Slinko Date: Wed, 19 Jan 2022 13:28:43 +0300 Subject: [PATCH] 2.0.7 --- manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index bd65a62..688a18a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-outliner", "name": "Outliner", - "version": "2.0.6", + "version": "2.0.7", "minAppVersion": "0.13.14", "description": "Work with your lists like in Workflowy or RoamResearch.", "author": "Viacheslav Slinko", diff --git a/package.json b/package.json index 5af6177..8cae37b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-outliner", - "version": "2.0.6", + "version": "2.0.7", "description": "Work with your lists like in Workflowy or RoamResearch.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 68b4c70..d22fedb 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.0.7": "0.13.14", "2.0.6": "0.13.14", "2.0.5": "0.13.14", "2.0.4": "0.13.14",