Skip to content

Commit 0c397bd

Browse files
chore: version bumped to 1.3.1
1 parent 5e7aacd commit 0c397bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

interactions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: http://gambit.ph
88
* License: GPLv2 or later
99
* Text Domain: interactions
10-
* Version: 1.3.0
10+
* Version: 1.3.1
1111
*
1212
* @fs_premium_only /freemius.php, /freemius/
1313
*/
@@ -18,7 +18,7 @@
1818
}
1919

2020
defined( 'INTERACT_BUILD' ) || define( 'INTERACT_BUILD', 'free' );
21-
defined( 'INTERACT_VERSION' ) || define( 'INTERACT_VERSION', '1.3.0' );
21+
defined( 'INTERACT_VERSION' ) || define( 'INTERACT_VERSION', '1.3.1' );
2222
defined( 'INTERACT_FILE' ) || define( 'INTERACT_FILE', __FILE__ );
2323

2424
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interactions",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Make your blocks interactive! Effortlessly set triggers that do actions",
55
"author": "Benjamin Intal of Gambit",
66
"private": true,

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: interaction, interactivity, trigger, blocks, gutenberg
44
Requires at least: 6.6.4
55
Tested up to: 6.8.3
66
Requires PHP: 8.0
7-
Stable tag: 1.3.0
7+
Stable tag: 1.3.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)