From 40e9b25b6174dd3b472d8868f63323a870dfeeb8 Mon Sep 17 00:00:00 2001 From: jothepro Date: Fri, 17 May 2024 19:21:48 +0200 Subject: [PATCH] chore: prepare v2.3.3 release --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {