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" }