diff --git a/package.json b/package.json index 968d940..0d69ae0 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,19 @@ { - "name": "@alleyinteractive/wp-asset-manager", - "version": "1.4.0", - "description": "Asset Manager is a toolkit for managing front-end assets and more tightly controlling where, when, and how they're loaded.", - "engines": { - "node": "22", - "npm": "10" - }, - "scripts": { - "build": "echo 'No build step defined'", - "release": "npx @alleyinteractive/create-release@latest" - }, - "author": "", - "license": "GPL-2.0+", - "bugs": { - "url": "https://github.com/alleyinteractive/wp-asset-manager/issues" - }, - "homepage": "https://github.com/alleyinteractive/wp-asset-manager#readme" + "name": "@alleyinteractive/wp-asset-manager", + "version": "1.4.1", + "description": "Asset Manager is a toolkit for managing front-end assets and more tightly controlling where, when, and how they're loaded.", + "engines": { + "node": "22", + "npm": "10" + }, + "scripts": { + "build": "echo 'No build step defined'", + "release": "npx @alleyinteractive/create-release@latest" + }, + "author": "", + "license": "GPL-2.0+", + "bugs": { + "url": "https://github.com/alleyinteractive/wp-asset-manager/issues" + }, + "homepage": "https://github.com/alleyinteractive/wp-asset-manager#readme" } diff --git a/wp-asset-manager.php b/wp-asset-manager.php index 6d09db4..95744df 100644 --- a/wp-asset-manager.php +++ b/wp-asset-manager.php @@ -10,7 +10,7 @@ Plugin URI: https://github.com/alleyinteractive/wp-asset-manager Description: Add more robust functionality to enqueuing static assets Author: Alley Interactive -Version: 1.4.0 +Version: 1.4.1 License: GPLv2 or later Author URI: https://alley.com */