From 3410f263b61db72cf2cfc94db2921c63d070d8f0 Mon Sep 17 00:00:00 2001 From: Fredrik Engstrand Date: Tue, 24 Jan 2023 14:45:39 +0100 Subject: [PATCH] chore: version bump --- 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 fab833d..577fa21 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Pywalfox", - "version": "2.0.10", + "version": "2.0.11", "description": "Dyanmic theming of the browser using your pywal colors", "browser_specific_settings": { "gecko": { diff --git a/package.json b/package.json index a3fe62a..969b511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pywalfox", - "version": "2.0.10", + "version": "2.0.11", "description": "Extension for dyanmic theming of your browser using your Pywal colors ", "repository": { "type": "git",