From c69efca24b8804fbcd4a20a766c463dcbc1fcbb6 Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky Date: Wed, 5 Jun 2024 09:18:55 -0500 Subject: [PATCH] v0.4.0 release --- package-lock.json | 4 ++-- package.json | 2 +- static/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 976ac76..a4766e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-blur", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-blur", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "devDependencies": { "@tsconfig/recommended": "^1.0.6", diff --git a/package.json b/package.json index 1ff42ea..f6c2f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openblur", - "version": "0.3.0", + "version": "0.4.0", "repository": "https://github.com/getvictor/openblur", "author": "getvictor", "license": "MIT", diff --git a/static/manifest.json b/static/manifest.json index 30c09e0..3e85c8b 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "OpenBlur", - "version": "0.3.0", + "version": "0.4.0", "description": "Hide and blur sensitive information on any webpage. Blur your secrets such as personal emails, public IP addresses, and more.", "action": { "default_popup": "popup.html"