From 725f49a60ed61405e36a4dbe80f499a4fb256615 Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Fri, 15 Nov 2024 09:57:04 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=82=EF=B8=8F=20v0.4.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extension/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 96559f74..19def5fc 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,6 +1,6 @@ { "name": "VisBug", - "version": "0.4.7", + "version": "0.4.9", "description": "Open source browser design tools", "manifest_version": 3, "icons": { "128": "icons/visbug.png" }, diff --git a/package.json b/package.json index ede4e1b4..dc0b3c3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VisBug", - "version": "0.4.8", + "version": "0.4.9", "description": "", "author": "Adam Argyle", "license": "Apache-2.0",