diff --git a/README.md b/README.md index 375df96..377467b 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ This Craft Starter project is configured to use Craft Nitro 2.x as the local dev ## Todo +- [ ] Prep for Craft 4. - [ ] Get [Vite critical CSS](https://github.com/nystudio107/rollup-plugin-critical) working with Craft Nitro - [x] Get [Vite Favicon generation](https://github.com/khalwat/vite-plugin-favicon) working with Craft Nitro - [x] Add a Craft custom site module as per [Enhancing a Craft CMS 3 Website with a Custom Module](https://nystudio107.com/blog/enhancing-a-craft-cms-3-website-with-a-custom-module) article diff --git a/composer.json b/composer.json index 19c8ee6..d407772 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "project" ], "type": "project", - "version": "1.3.0", + "version": "1.4.1", "license": "MIT", "require": { "craftcms/cms": "3.7.38",