Skip to content

Commit 2d0ea2f

Browse files
committed
0.1.3.1 is invalid, switching to 0.1.4
1 parent fb88b8e commit 2d0ea2f

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": "quickpost",
3-
"version": "0.1.3.1",
3+
"version": "0.1.4",
44
"main": "index.js",
55
"author": "Aurooba Ahmed",
66
"scripts": {

quickpost.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://aurooba.com
88
* Text Domain: createwithrani-quickpost
99
* Domain Path: /languages
10-
* Version: 0.1.3.1
10+
* Version: 0.1.4
1111
*
1212
* @package createwithrani-quickpost
1313
*/

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: add new, gutenberg, add new post, block editor, duplicate pos
44
Requires at least: 5.7
55
Tested up to: 5.9
66
Requires PHP: 7.0
7-
Stable tag: 0.1.3.1
7+
Stable tag: 0.1.4
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
Donate link: https://github.com/sponsors/aurooba
@@ -65,7 +65,7 @@ The plugin provides a filter called `QuickPostDisplay` to help you affect QuickP
6565

6666
== Changelog ==
6767

68-
= 0.1.3.1 - May 6, 2022 =
68+
= 0.1.4 - May 6, 2022 =
6969

7070
* Looks like the last release didn't get pushed correctly, so this is a push to actually fix the `common.min.css` problem.
7171

0 commit comments

Comments
 (0)