Skip to content

Commit 6d963ca

Browse files
committed
chore: Bump version
1 parent bf049a8 commit 6d963ca

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

lcp-ajax-pagination.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: LCP Ajax Pagination
1111
* Plugin URI: https://github.com/klemens-st/lcp-ajax-pagination
1212
* Description: Ajax pagination add-on plugin for List Category Posts.
13-
* Version: 0.1.4
13+
* Version: 0.1.5
1414
* Author: Klemens Starybrat
1515
* Author URI: https://github.com/klemens-st
1616
* License: GPL-3.0
@@ -39,7 +39,7 @@
3939
/**
4040
* Current plugin version.
4141
*/
42-
define( 'LCP_AJAX_VERSION', '0.1.4' );
42+
define( 'LCP_AJAX_VERSION', '0.1.5' );
4343

4444
/**
4545
* The core plugin class that is used to define plugin's hooks.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lcp-ajax",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"author": "Klemens Starybrat",
55
"license": "GPL-3.0",
66
"homepage": "https://github.com/klemens-st/lcp-ajax-pagination",

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: zymeth25
33
Donate link: https://www.paypal.com/donate?hosted_button_id=BX4TN5Z4MSX52&source=url
44
Tags: ajax, ajax-pagination, list-category-posts
55
Requires at least: 4.7
6-
Tested up to: 5.8
6+
Tested up to: 6.1
77
Requires PHP: 5.6
8-
Stable tag: 0.1.4
8+
Stable tag: 0.1.5
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -85,6 +85,9 @@ Please note that this is an add-on plugin which requires [List Category Posts](h
8585

8686
== Changelog ==
8787

88+
= 0.1.5 =
89+
* Updated dependencies.
90+
8891
= 0.1.4 =
8992
* Updated dependencies.
9093

0 commit comments

Comments
 (0)