From 49912fcf6d34d7a67a006e78016b5db5353b063e Mon Sep 17 00:00:00 2001 From: Ryan Thaut Date: Fri, 17 Jul 2026 10:22:19 -0600 Subject: [PATCH] Prepare release 7.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ca9127..ba31987 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deviantart-filter", - "version": "6.2.2", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deviantart-filter", - "version": "6.2.2", + "version": "7.0.0", "license": "GPL-3.0", "dependencies": { "@emotion/react": "11.11.3", diff --git a/package.json b/package.json index 77e8f77..8b8f70d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deviantart-filter", "title": "DeviantArt Filter", - "version": "6.2.2", + "version": "7.0.0", "description": "Allows configurable filtering/removal of deviations by user and/or keyword on DeviantArt", "author": "Ryan Thaut (http://ryanthaut.com)", "homepage": "https://github.com/rthaut/deviantART-Filter",