From 7f110517cb50c5913f377d0ceede155d61f94d79 Mon Sep 17 00:00:00 2001 From: LeChat Date: Tue, 12 Nov 2024 13:51:28 +0300 Subject: [PATCH] The new commands has been created: 1.Create Tag for occurrences 2.Remove Tag for occurrences --- manifest.json | 2 +- versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index fdf17e4..c76484a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "occura-word-highlighter", "name": "Occura", - "version": "1.1.0", + "version": "1.2.0", "minAppVersion": "0.15.0", "description": "Find and highlight all occurrences of selected text in notes, similar to Notepad++ or IDEs.", "author": "Alexey Sedoykin", diff --git a/versions.json b/versions.json index df3d877..af2ed18 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.1.0": "0.15.0" + "1.2.0": "0.15.0" }