Skip to content

Commit 1f36200

Browse files
committed
chore: prepare patch release
1 parent 0467b05 commit 1f36200

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For projects that use Git, add the repository as a submodule and check out the d
6262
```sh
6363
git submodule add https://github.com/jothepro/doxygen-awesome-css.git
6464
cd doxygen-awesome-css
65-
git checkout v2.4.0
65+
git checkout v2.4.1
6666
```
6767

6868
### CMake with FetchContent
@@ -104,7 +104,7 @@ to your project:
104104

105105
```sh
106106
cd your-project
107-
npm install https://github.com/jothepro/doxygen-awesome-css#v2.4.0 --save-dev
107+
npm install https://github.com/jothepro/doxygen-awesome-css#v2.4.1 --save-dev
108108

109109
ls -l node_modules/@jothepro/doxygen-awesome-css
110110
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jothepro/doxygen-awesome-css",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Custom CSS theme for doxygen html-documentation with lots of customization parameters.",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)