Skip to content

Commit

Permalink
chore: prepare for v2.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jothepro committed Sep 30, 2024
1 parent 7e0fc81 commit 568f56c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.3
git checkout v2.3.4
```

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

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

ls -l node_module/@jothepro/doxygen-awesome-css
```
Expand Down
14 changes: 0 additions & 14 deletions package-lock.json

This file was deleted.

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

0 comments on commit 568f56c

Please sign in to comment.