Skip to content

Commit dfbf35c

Browse files
committed
Fix version bump
1 parent ec6a46f commit dfbf35c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.20)
22
set(NAME "po3_EquipmentToggle" CACHE STRING "")
3-
set(VERSION 1.1.2 CACHE STRING "")
3+
set(VERSION 1.1.0 CACHE STRING "")
44
set(AE_VERSION 1)
55

66
# ---- Options ----

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "equipmenttoggle",
3-
"version-string": "1.1.2",
3+
"version-string": "1.1.0",
44
"description": "Visually toggle equipment while keeping stats",
55
"homepage": "https://github.com/powerof3/EquipmentToggle",
66
"license": "MIT",

0 commit comments

Comments
 (0)