From ec7bf82421726d753f087d0b1a2b24dddb3d806a Mon Sep 17 00:00:00 2001 From: space Date: Tue, 17 Feb 2026 16:20:44 +0000 Subject: [PATCH] chore: bump version to 1.4.1 [skip ci] --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7d557e9..5f3acbc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vinted Favorites Price", - "version": "1.4.0", + "version": "1.4.1", "icons": { "16": "icon.png", "32": "icon.png", diff --git a/package.json b/package.json index 6e40ec4..6f0ab2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vinted-favs-price", - "version": "1.3.1", + "version": "1.4.1", "description": "Firefox extension to track Vinted favorite prices.", "main": "index.js", "scripts": {