Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jan 15, 2025
1 parent 124c68b commit 2b8d93d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion wp-asset-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 2b8d93d

Please sign in to comment.