diff --git a/README.md b/README.md index af26bf9..29ba7d5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ New UI features enabled by this mod - Context menu to insure all, equip all, unequip all, unload ammo from all - Swap items in place - drag one item over another to swap their locations! - Flea market history - press the new back button to go back to the previous search +- ✨ Linked flea search from empty slots - find mods that fit that specific slot - Keybinds for most context menu actions - ✨ Toggle/Hold Aiming - tap to toggle ADS, or hold to ADS and stop when you release diff --git a/UIFixes.csproj b/UIFixes.csproj index 0092e43..81af0e9 100644 --- a/UIFixes.csproj +++ b/UIFixes.csproj @@ -4,7 +4,7 @@ net471 Tyfon.UIFixes SPT UI Fixes - 2.0.5 + 2.1.0 true latest Debug;Release;Dist diff --git a/server/package.json b/server/package.json index 708f795..274bb42 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "uifixes", - "version": "2.0.5", + "version": "2.1.0", "main": "src/mod.js", "license": "MIT", "author": "Tyfon",