From dabbea1f8464e29f582fba2ac5e91df03184feae Mon Sep 17 00:00:00 2001 From: Justen Di Ruscio Date: Mon, 11 Nov 2024 11:49:29 -0400 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12cc562..ecb4c79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.24) project( jgd-cmake-modules - VERSION 3.5.0 + VERSION 3.6.0 DESCRIPTION "CMake library for standardized CMake projects for JGD" HOMEPAGE_URL "https://jgd-solutions.github.io/jgd-cmake-modules/" LANGUAGES NONE) diff --git a/vcpkg.json b/vcpkg.json index 9404249..be4351c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "jgd-cmake-modules", - "version": "3.5.0", + "version": "3.6.0", "description": "CMake library for standardized CMake projects for JGD", "homepage": "https://jgd-solutions.github.io/jgd-cmake-modules/", "dependencies": []