Skip to content

Commit

Permalink
chore: prepare v2.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jothepro committed Mar 11, 2024
1 parent 8357d20 commit 5b27b3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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.1
git checkout v2.3.2
```

### 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.1 --save-dev
npm install https://github.com/jothepro/doxygen-awesome-css#v2.3.2 --save-dev

ls -l node_module/@jothepro/doxygen-awesome-css
```
Expand Down Expand Up @@ -147,6 +147,7 @@ Tested with
- Safari 17, Safari for iOS 16
- Firefox 118, Firefox 120 for Android, Firefox 119 for iOS
- Edge 119
- Opera 108
The theme does not strive to be backward compatible with (significantly) older browser versions.
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.3.1",
"version": "2.3.2",
"description": "Custom CSS theme for doxygen html-documentation with lots of customization parameters.",
"main": "",
"scripts": {
Expand Down

0 comments on commit 5b27b3a

Please sign in to comment.