From 94af8df0768c8f325fd7408f47f0d4b8d68b76aa Mon Sep 17 00:00:00 2001 From: himyu Date: Mon, 8 Jan 2024 19:42:03 +0100 Subject: [PATCH] 1.2.16 --- 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 5fe270a..ed3000c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plugin-theming", - "version": "1.2.15", + "version": "1.2.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "plugin-theming", - "version": "1.2.15", + "version": "1.2.16", "license": "MIT", "dependencies": { "fs-extra": "^11.2.0", diff --git a/package.json b/package.json index 259fc89..6eb3130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-theming", - "version": "1.2.15", + "version": "1.2.16", "description": "Module that provides theming to web graphical elements, like WebGFX", "author": "RCVolus", "repository": "https://github.com/rcv-prod-toolkit/plugin-theming",