From 343d85d5a03de0bdda7e159523a6e561a52200fe Mon Sep 17 00:00:00 2001 From: space Date: Tue, 17 Feb 2026 15:51:54 +0000 Subject: [PATCH] chore: bump version to 1.3.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 845879a..6884a5c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vinted Favorites Price", - "version": "1.3.0", + "version": "1.3.1", "categories": { "firefox": [ "shopping" diff --git a/package.json b/package.json index 4061bc7..6e40ec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vinted-favs-price", - "version": "1.2.5", + "version": "1.3.1", "description": "Firefox extension to track Vinted favorite prices.", "main": "index.js", "scripts": {