Skip to content

Commit

Permalink
prepare release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jothepro committed Nov 30, 2023
1 parent b5d5b27 commit df88fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For projects that use git, add the repository as a submodule and check out the d
```sh
git submodule add https://github.com/jothepro/doxygen-awesome-css.git
cd doxygen-awesome-css
git checkout v2.3.0
git checkout v2.3.1
```

### npm/xpm dependency
Expand All @@ -69,7 +69,7 @@ to your project:

```sh
cd your-project
npm install https://github.com/jothepro/doxygen-awesome-css#v2.3.0 --save-dev
npm install https://github.com/jothepro/doxygen-awesome-css#v2.3.1 --save-dev

ls -l node_module/@jothepro/doxygen-awesome-css
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jothepro/doxygen-awesome-css",
"version": "2.2.1",
"version": "2.3.1",
"description": "Custom CSS theme for doxygen html-documentation with lots of customization parameters.",
"main": "",
"scripts": {
Expand Down

0 comments on commit df88fe4

Please sign in to comment.