From f425e88d0a1341167ed392f501bffcd43a4a6fec Mon Sep 17 00:00:00 2001 From: codepuncher Date: Wed, 17 Jun 2026 20:12:51 +0100 Subject: [PATCH] chore(build): bump version to 1.3.0 --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1c16cd..bafaaaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21) project( HoldFast - VERSION 1.1.0 + VERSION 1.3.0 DESCRIPTION "Configurable hold actions for gamepad buttons; short press still works normally" LANGUAGES CXX) diff --git a/vcpkg.json b/vcpkg.json index 0c9260d..be35013 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.1.0", + "version-string": "1.3.0", "builtin-baseline": "4bc07e3eb00c5a9539a5a7a83415150a9260f8db", "dependencies": [ "spdlog",