From 4e9d8b3e2a1b1989584b28536f31209d3fd15820 Mon Sep 17 00:00:00 2001 From: codepuncher Date: Mon, 20 Jul 2026 21:03:06 +0100 Subject: [PATCH] chore(release): bump version to 1.4.1 --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",