Skip to content

Commit a75b4b0

Browse files
committed
version bump
1 parent 19b122a commit a75b4b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "curated-query-loop",
3-
"version": "1.0.0",
3+
"version": "0.1.4",
44
"scripts": {
55
"start": "npm run watch",
66
"watch": "10up-toolkit watch --port=5010 --hot",

plugin.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Curated Query Loop
44
* Description: Adds a post-picker to the Query Loop block.
5-
* Version: 0.1.3
5+
* Version: 0.1.4
66
* Author: Peter Sorensen, 10up
77
* License: GPL v2 or later
88
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -13,7 +13,7 @@
1313
if ( ! defined( 'ABSPATH' ) ) exit;
1414

1515
// Useful global constants.
16-
define( 'CURARTED_QUERY_LOOP_VERSION', '0.1.2' );
16+
define( 'CURARTED_QUERY_LOOP_VERSION', '0.1.4' );
1717
define( 'CURARTED_QUERY_LOOP_URL', plugin_dir_url( __FILE__ ) );
1818
define( 'CURARTED_QUERY_LOOP_PATH', plugin_dir_path( __FILE__ ) );
1919
define( 'CURARTED_QUERY_LOOP_INC', CURARTED_QUERY_LOOP_PATH . 'includes/' );

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: query loop, block
44
Requires at least: 6.3
55
Tested up to: 6.4
66
Requires PHP: 7.4
7-
Stable tag: 0.1.3
7+
Stable tag: 0.1.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)