From 5afba3e6645582a55c580d591ae605b535e18026 Mon Sep 17 00:00:00 2001 From: Matthew Chan <> Date: Tue, 20 Feb 2024 12:44:07 -0800 Subject: [PATCH] Update `version` in `manifest.json`. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b95337b..836e3df 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "linkify", "name": "Linkify", - "version": "1.0.13", + "version": "1.0.14", "minAppVersion": "0.13.0", "description": "Converts matching text into links.", "author": "matthewhchan",