From 2920faca688123a6e7ac7ede8ee4945e74d4a222 Mon Sep 17 00:00:00 2001 From: Carles Loriente <7197733+carlesloriente@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:19:12 +0100 Subject: [PATCH] v1.0.5 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",