Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-st committed Mar 16, 2023
1 parent c682889 commit 9542108
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions gui-for-lcp/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: zymeth25
Donate link: https://www.paypal.com/donate?hosted_button_id=BX4TN5Z4MSX52
Tags: list, categories, posts, gui
Requires at least: 4.6
Tested up to: 5.7
Requires PHP: 5.4
Stable tag: 2.0.1
Tested up to: 6.1
Requires PHP: 5.6
Stable tag: 2.0.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt

Expand Down
6 changes: 3 additions & 3 deletions gui-for-lcp/gui-for-lcp.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* @author Klemens Starybrat
* @license GPL-3.0
* @link https://github.com/klemens-st/gui-for-lcp
* @copyright 2018 Klemens Starybrat
* @copyright 2023 Klemens Starybrat
*
* @wordpress-plugin
* Plugin Name: GUI for List Category Posts
* Plugin URI: https://github.com/klemens-st/gui-for-lcp
* Description: This plugin adds a graphical shortcode creator for List Category Posts, accessible via the "LCP" button in WordPress editor.
* Version: 2.0.1
* Version: 2.0.2
* Author: Klemens Starybrat
* Author URI: https://github.com/klemens-st
* License: GPL-3.0
Expand Down Expand Up @@ -39,7 +39,7 @@
/**
* Current plugin version.
*/
define( 'GUI_FOR_LCP_VERSION', '2.0.1' );
define( 'GUI_FOR_LCP_VERSION', '2.0.2' );

/**
* The core plugin class that is used to define plugin's hooks.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gui-for-lcp",
"version": "2.0.1",
"version": "2.0.2",
"description": "WP plugin that adds a graphical shortcode creator for List Category Posts, accessible via the 'LCP' button in WordPress editor.",
"scripts": {
"build": "webpack --config webpack.prod.js",
Expand Down

0 comments on commit 9542108

Please sign in to comment.