Skip to content

Commit f1e38d7

Browse files
committed
chore: release v4.0.10
1 parent 3264125 commit f1e38d7

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,6 +1,6 @@
11
{
22
"name": "create-wp-react-plugin",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"type": "module",
55
"scripts": {
66
"bootstrap": "yarn install && composer install --no-interaction",
@@ -77,4 +77,4 @@
7777
"yarn-upgrade-all": "^0.7.2"
7878
},
7979
"bin": "./bin/create.cjs"
80-
}
80+
}

plugin.php

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

0 commit comments

Comments
 (0)