Skip to content

Commit fa62435

Browse files
committed
chore: release v4.0.5
1 parent 3c02987 commit fa62435

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-wp-refine-plugin",
33
"private": false,
4-
"version": "4.0.4",
4+
"version": "4.0.5",
55
"type": "module",
66
"scripts": {
77
"bootstrap": "yarn install && composer install --no-interaction",
@@ -84,4 +84,4 @@
8484
"yarn-upgrade-all": "^0.7.2"
8585
},
8686
"bin": "./bin/create.cjs"
87-
}
87+
}

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP Refine Plugin (DEV)
44
* Plugin URI: https://github.com/j7-dev/wp-refine-plugin
55
* Description: WP Refine Plugin is a boilerplate for creating a WordPress plugin with React, Tailwind, TypeScript, React Query v4, SCSS and Vite.
6-
* Version: 4.0.4
6+
* Version: 4.0.5
77
* Requires at least: 5.7
88
* Requires PHP: 7.4
99
* Author: J7

0 commit comments

Comments
 (0)