diff --git a/README.md b/README.md index 733325f..379a6f1 100644 --- a/README.md +++ b/README.md @@ -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.2 +git checkout v2.3.3 ``` ### npm/xpm dependency @@ -70,7 +70,7 @@ to your project: ```sh cd your-project -npm install https://github.com/jothepro/doxygen-awesome-css#v2.3.2 --save-dev +npm install https://github.com/jothepro/doxygen-awesome-css#v2.3.3 --save-dev ls -l node_module/@jothepro/doxygen-awesome-css ``` diff --git a/package.json b/package.json index 02cd732..a2532f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jothepro/doxygen-awesome-css", - "version": "2.3.2", + "version": "2.3.3", "description": "Custom CSS theme for doxygen html-documentation with lots of customization parameters.", "main": "", "scripts": {