diff --git a/CMakeLists.txt b/CMakeLists.txt index f36ef4f..9de4140 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21) project( HoldFast - VERSION 1.4.0 + VERSION 1.4.1 DESCRIPTION "Configurable hold actions for gamepad buttons; short press still works normally" LANGUAGES CXX) diff --git a/vcpkg.json b/vcpkg.json index a8c6765..3f78010 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "holdfast", - "version-string": "1.4.0", + "version-string": "1.4.1", "builtin-baseline": "4bc07e3eb00c5a9539a5a7a83415150a9260f8db", "dependencies": [ "spdlog",