Skip to content

Commit 58315c9

Browse files
committed
Released 3.3.4
1 parent bfd198a commit 58315c9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

nimble-builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Nimble Page Builder
44
* Plugin URI: https://nimblebuilder.com
55
* Description: Simple and smart companion that allows you to insert sections into any existing page, create landing pages or entire websites including header and footer.
6-
* Version: 3.3.3
6+
* Version: 3.3.4
77
* Text Domain: nimble-builder
88
* Author: Press Customizr
99
* Author URI: https://nimblebuilder.com/?utm_source=wp-plugins&utm_medium=wp-dashboard&utm_campaign=author-uri
@@ -16,7 +16,7 @@
1616
/* ------------------------------------------------------------------------- *
1717
* CONSTANTS
1818
/* ------------------------------------------------------------------------- */
19-
$current_version = "3.3.3";
19+
$current_version = "3.3.4";
2020

2121
if ( !defined( "NIMBLE_VERSION" ) ) { define( "NIMBLE_VERSION", $current_version ); }
2222
if ( !defined( 'NIMBLE_DIR_NAME' ) ) { define( 'NIMBLE_DIR_NAME' , basename( dirname( __FILE__ ) ) ); }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nimble-builder",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "Simple and smart companion that allows you to insert sections into any existing page, create landing pages or entire websites including header and footer.",
55
"author": "nikeo",
66
"license": "GNU GPL v3.0",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nimble Builder v3.3.3 [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
1+
# Nimble Builder v3.3.4 [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
22
![Nimble Builder](/nimble_banner.png)
33

44
> Simple and smart companion that allows you to insert sections into any existing page, create landing pages or entire websites including header and footer.

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: page builder, visual editor, customizer, drag and drop, header, footer, la
66
Requires at least: 4.7
77
Requires PHP: 5.4
88
Tested up to: 6.3
9-
Stable tag: 3.3.3
9+
Stable tag: 3.3.4
1010
License: GPLv3
1111
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1212
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8FMNQPU36U27J&source=url

0 commit comments

Comments
 (0)