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",