diff --git a/README.md b/README.md index a4acbdc3..3ef58dfe 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.0") +set(PROJECT_OPTIONS_VERSION "v0.33.1") 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 4909d37d..1fe14ea0 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.0") +set(PROJECT_OPTIONS_VERSION "v0.33.1") 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 58784423..0ade6d44 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "project_options", - "version": "0.33.0", + "version": "0.33.1", "homepage": "http://aminya.github.io/project_options" } diff --git a/src/DynamicProjectOptions.cmake b/src/DynamicProjectOptions.cmake index 22c0956d..0e37eb6c 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.0") + set(PROJECT_OPTIONS_VERSION "v0.33.1") FetchContent_Declare( _project_options URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)