From 9cba2c8a716f7f6af589cf5165249f08b9f12b95 Mon Sep 17 00:00:00 2001 From: Tyfon <29051038+tyfon7@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:25:52 -0700 Subject: [PATCH] rev version, 2.2.2 --- UIFixes.csproj | 2 +- server/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UIFixes.csproj b/UIFixes.csproj index a74c420..915d242 100644 --- a/UIFixes.csproj +++ b/UIFixes.csproj @@ -4,7 +4,7 @@ net471 Tyfon.UIFixes SPT UI Fixes - 2.2.1 + 2.2.2 true latest Debug;Release diff --git a/server/package.json b/server/package.json index a401aa6..7c1964d 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "uifixes", - "version": "2.2.1", + "version": "2.2.2", "main": "src/mod.js", "license": "MIT", "author": "Tyfon",