From ca2f533b87f5f7ea242c8473d142bbf05fc0586e Mon Sep 17 00:00:00 2001 From: Himyu Date: Sun, 1 Oct 2023 14:28:37 +0200 Subject: [PATCH] 1.2.13 --- 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 203d722..6e58f07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plugin-theming", - "version": "1.2.12", + "version": "1.2.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "plugin-theming", - "version": "1.2.12", + "version": "1.2.13", "license": "MIT", "dependencies": { "fs-extra": "^11.1.1", diff --git a/package.json b/package.json index 470dd26..bcc9d55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-theming", - "version": "1.2.12", + "version": "1.2.13", "description": "Module that provides theming to web graphical elements, like WebGFX", "author": "RCVolus", "repository": "https://github.com/rcv-prod-toolkit/plugin-theming",