release v0.2.1

This commit is contained in:
hanyixuanten
2026-07-27 20:08:09 +08:00
parent bc90f59909
commit 5912599769
+2 -2
View File
@@ -2,7 +2,7 @@
/**
* Plugin Name: Btranslate
* Description: Persistent multilingual WordPress translations powered by Baidu Translate.
* Version: 0.2.0
* Version: 0.2.1
* Requires at least: 6.4
* Requires PHP: 8.1
* Author: hanyixuanten
@@ -11,7 +11,7 @@
defined( 'ABSPATH' ) || exit;
define( 'BTRANSLATE_VERSION', '0.2.0' );
define( 'BTRANSLATE_VERSION', '0.2.1' );
define( 'BTRANSLATE_FILE', __FILE__ );
define( 'BTRANSLATE_PATH', plugin_dir_path( __FILE__ ) );