Skip to content

Commit 6c511c2

Browse files
committed
chore(release): v0.41.0
1 parent bee4308 commit 6c511c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ endif()
6767
6868
# Add project_options from https://github.com/aminya/project_options
6969
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
70-
set(PROJECT_OPTIONS_VERSION "v0.40.0")
70+
set(PROJECT_OPTIONS_VERSION "v0.41.0")
7171
FetchContent_Declare(
7272
_project_options
7373
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)

Diff for: docs/src/project_options_example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif()
2020
2121
# Add project_options from https://github.com/aminya/project_options
2222
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
23-
set(PROJECT_OPTIONS_VERSION "v0.40.0")
23+
set(PROJECT_OPTIONS_VERSION "v0.41.0")
2424
FetchContent_Declare(
2525
_project_options
2626
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "project_options",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"homepage": "http://aminya.github.io/project_options"
55
}

Diff for: src/DynamicProjectOptions.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Here is an example of how to use ``dynamic_project_options``:
5757
5858
# Add project_options from https://github.com/aminya/project_options
5959
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
60-
set(PROJECT_OPTIONS_VERSION "v0.40.0")
60+
set(PROJECT_OPTIONS_VERSION "v0.41.0")
6161
FetchContent_Declare(
6262
_project_options
6363
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)

0 commit comments

Comments
 (0)