From 6f314066f7605d89a701bdb88a51027d33775160 Mon Sep 17 00:00:00 2001 From: matthewhchan <37097379+matthewhchan@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:23:40 -0700 Subject: [PATCH] Increment version number to 1.0.13. --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 06ae559..4f32bd2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "linkify", "name": "Linkify", - "version": "1.0.12", + "version": "1.0.13", "minAppVersion": "0.13.0", "description": "Converts matching text into links.", "author": "matthewhchan", diff --git a/package.json b/package.json index 8470a50..adfcd73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkify", - "version": "1.0.12", + "version": "1.0.13", "description": "Turns strings into links.", "main": "main.js", "scripts": {