diff --git a/README.md b/README.md index 7a6d086..1fa0fb0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This theme is a complete replacement for Bootstrap 5.3.3. You only need to include `nocc-theme.css` or `nocc-theme.min.css`. ```bash - npm install nocc-bootstrap-theme@1.0.4 --save + npm install nocc-bootstrap-theme --save ``` - The `css/nocc-theme.css` (or the minified `nocc-theme.min.css`) file loads the font files, icon files, JavaScript files and image files. diff --git a/package.json b/package.json index 76a8b21..b18a944 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nocc-bootstrap-theme", - "version": "1.0.4", + "version": "1.0.5", "description": "NOCC A responsive Bootstrap 5 theme", "scripts": { "dist": "./scripts/dist",