From ea0f969f10beab9a7978458124080cb18d951dc7 Mon Sep 17 00:00:00 2001 From: Hirofumi Horikawa Date: Fri, 3 Nov 2023 15:06:36 +0900 Subject: [PATCH] bump to 0.1.4 --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index f8afbd1..69c599f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "Text Blurrer", - "version": "0.1.3", - "version_name": "0.1.3", + "version": "0.1.4", + "version_name": "0.1.4", "description": "Blurring sensitive specified text/keyword.", "permissions": [ "storage" @@ -23,4 +23,4 @@ ] } ] -} \ No newline at end of file +}