Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
baobao1270 committed Dec 19, 2022
1 parent 55213c2 commit 3676817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Plugin Name: Wordpress LibreLive2D
Plugin URI: https://github.com/luotianyi-dev/wp-libre-live2d
Description: Open-source Wordpress Live2D Plugin
Version: 1.1.0
Version: 1.1.0.2
Author: Tianyi IT
Author URI: https://luotianyi.dev/
License: GPL2
*/

defined('ABSPATH') or exit;
define('LIVE2D_VERSION', '1.1.0-ng22.07.12+tianyi01');
define('LIVE2D_VERSION', '1.1.0-ng22.07.12+tianyi02');
define('LIVE2D_URL', plugins_url('', __FILE__));
define('LIVE2D_PATH', dirname(__FILE__));

Expand Down Expand Up @@ -64,4 +64,4 @@ function librelive2d_ensure_data_created($filename) {
librelive2d_ensure_data_created("custom_messages.json");

require LIVE2D_PATH . '/main.php';
?>
?>

0 comments on commit 3676817

Please sign in to comment.