Skip to content

Commit 568f56c

Browse files
committed
chore: prepare for v2.3.4 release
1 parent 7e0fc81 commit 568f56c

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For projects that use git, add the repository as a submodule and check out the d
6060
```sh
6161
git submodule add https://github.com/jothepro/doxygen-awesome-css.git
6262
cd doxygen-awesome-css
63-
git checkout v2.3.3
63+
git checkout v2.3.4
6464
```
6565

6666
### npm/xpm dependency
@@ -70,7 +70,7 @@ to your project:
7070

7171
```sh
7272
cd your-project
73-
npm install https://github.com/jothepro/doxygen-awesome-css#v2.3.3 --save-dev
73+
npm install https://github.com/jothepro/doxygen-awesome-css#v2.3.4 --save-dev
7474

7575
ls -l node_module/@jothepro/doxygen-awesome-css
7676
```

package-lock.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

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.3.3",
3+
"version": "2.3.4",
44
"description": "Custom CSS theme for doxygen html-documentation with lots of customization parameters.",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)