From 5d5b74e2eb6f7bc161c3ba55060dc1ca9dbbed58 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 2 Feb 2024 00:48:40 -0800 Subject: [PATCH] chore: v0.34.0 [skip ci] --- README.md | 2 +- docs/src/project_options_example.md | 2 +- package.json | 2 +- src/DynamicProjectOptions.cmake | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b31b492..f555dfa0 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ endif() # Add project_options from https://github.com/aminya/project_options # Change the version in the following URL to update the package (watch the releases of the repository for future updates) -set(PROJECT_OPTIONS_VERSION "v0.33.1") +set(PROJECT_OPTIONS_VERSION "v0.34.0") FetchContent_Declare( _project_options URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip) diff --git a/docs/src/project_options_example.md b/docs/src/project_options_example.md index cfa6b9b2..d52ee2f6 100644 --- a/docs/src/project_options_example.md +++ b/docs/src/project_options_example.md @@ -20,7 +20,7 @@ endif() # Add project_options from https://github.com/aminya/project_options # Change the version in the following URL to update the package (watch the releases of the repository for future updates) -set(PROJECT_OPTIONS_VERSION "v0.33.1") +set(PROJECT_OPTIONS_VERSION "v0.34.0") FetchContent_Declare( _project_options URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip) diff --git a/package.json b/package.json index 0ade6d44..6d4e06fd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "project_options", - "version": "0.33.1", + "version": "0.34.0", "homepage": "http://aminya.github.io/project_options" } diff --git a/src/DynamicProjectOptions.cmake b/src/DynamicProjectOptions.cmake index 0e37eb6c..3e158e53 100644 --- a/src/DynamicProjectOptions.cmake +++ b/src/DynamicProjectOptions.cmake @@ -55,7 +55,7 @@ Here is an example of how to use ``dynamic_project_options``: # Add project_options from https://github.com/aminya/project_options # Change the version in the following URL to update the package (watch the releases of the repository for future updates) - set(PROJECT_OPTIONS_VERSION "v0.33.1") + set(PROJECT_OPTIONS_VERSION "v0.34.0") FetchContent_Declare( _project_options URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)