Skip to content

Commit 40e9b25

Browse files
committed
chore: prepare v2.3.3 release
1 parent 36fd283 commit 40e9b25

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
@@ -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.2
63+
git checkout v2.3.3
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.2 --save-dev
73+
npm install https://github.com/jothepro/doxygen-awesome-css#v2.3.3 --save-dev
7474

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

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

0 commit comments

Comments
 (0)