From c8b81b73d0f8fd3bbf573e7a322a83b4d9b3bf67 Mon Sep 17 00:00:00 2001 From: Mark Croxton Date: Mon, 4 Dec 2023 16:42:14 +0000 Subject: [PATCH] Bump version --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6e430b..78bd3d9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A core tenet of htmx is to inline implementation details, so that the behaviour 1. Include `booster.min.js` in the `` of your page, right after `htmx`: ```html - + ``` 2. Create a folder in the webroot of your project to store your scripts, e.g. `/scripts/boosts/`. Add a `` tag and set the `basePath` of your folder: diff --git a/package-lock.json b/package-lock.json index 92bf7fb..c98ca51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmx-booster-pack", - "version": "1.0.3", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmx-booster-pack", - "version": "1.0.3", + "version": "1.0.5", "license": "BSD 2-Clause", "devDependencies": { "vite": "^5.0.4" diff --git a/package.json b/package.json index 3431c6d..7500b14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmx-booster-pack", - "version": "1.0.3", + "version": "1.0.5", "description": "Minimal component framework for htmx", "type": "module", "exports": {