From e055ceee75a71100db8584a99bff3329a4f70420 Mon Sep 17 00:00:00 2001 From: J7 Date: Tue, 2 Apr 2024 01:35:56 +0800 Subject: [PATCH] chore: release v2.0.0 --- package.json | 2 +- plugin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9798027..59844f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wp-react-plugin", "private": true, - "version": "1.20.0", + "version": "2.0.0", "type": "module", "scripts": { "bootstrap": "npm install && composer install --no-interaction", diff --git a/plugin.php b/plugin.php index 33110ad..de55dad 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: WP React Plugin (DEV) * Plugin URI: https://github.com/j7-dev/wp-react-plugin * Description: WP React Plugin is a boilerplate for creating a WordPress plugin with React, Tailwind, TypeScript, React Query v4, SCSS and Vite. - * Version: 1.20.0 + * Version: 2.0.0 * Requires at least: 5.7 * Requires PHP: 7.4 * Author: J7