Skip to content

Commit

Permalink
feat: change ver
Browse files Browse the repository at this point in the history
  • Loading branch information
j7-dev committed Jan 19, 2024
1 parent e7607fc commit bc261b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: WP Toolkit
* Plugin URI: https://cloud.luke.cafe/plugins/
* Description: 方便開發 WordPress 外掛的工具包。
* Version: 0.1.1
* Version: 0.2.0
* Requires at least: 5.7
* Requires PHP: 7.4
* Author: J7
Expand All @@ -25,7 +25,7 @@

if (!\class_exists('J7\WpToolkit\Plugin', false)) {

class Plugin
final class Plugin
{
private static $instance;

Expand Down

0 comments on commit bc261b8

Please sign in to comment.