Skip to content

Commit

Permalink
1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Jul 3, 2019
1 parent 3971bb0 commit cd45669
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions class-coblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: CoBlocks is a suite of professional <strong>page building content blocks</strong> for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress.
* Author: GoDaddy
* Author URI: https://www.godaddy.com
* Version: 1.11.0
* Version: 1.11.1
* Text Domain: coblocks
* Domain Path: /languages
* Tested up to: 5.2
Expand Down Expand Up @@ -97,7 +97,7 @@ public function __wakeup() {
* @return void
*/
private function constants() {
$this->define( 'COBLOCKS_VERSION', '1.11.0' );
$this->define( 'COBLOCKS_VERSION', '1.11.1' );
$this->define( 'COBLOCKS_HAS_PRO', false );
$this->define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
$this->define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "coblocks",
"title": "CoBlocks",
"description": "CoBlocks is a suite of professional page building blocks for the WordPress Gutenberg block editor.",
"version": "1.11.0",
"version": "1.11.1",
"tested_up_to": "5.2",
"author": "GoDaddy",
"license": "GPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks
Requires at least: 5.0
Tested up to: 5.2
Requires PHP: 5.2.4
Stable tag: 1.11.0
Stable tag: 1.11.1
License: GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit cd45669

Please sign in to comment.