Skip to content

Commit

Permalink
Bump plugin version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sc81 authored Nov 17, 2020
1 parent 65415dc commit 11be3b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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
@@ -1,7 +1,7 @@
{
"name": "scblocks",
"title": "ScBlocks",
"version": "0.1.0",
"version": "1.0",
"description": "Custom blocks for the new WordPress editor.",
"author": "sc81",
"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 @@ -3,7 +3,7 @@ Contributors: sc81
Tags: blocks, gutenberg, container, columns, grid, page builder, block editor
Requires at least: 5.5
Tested up to: 5.5.3
Stable tag: 0.1
Stable tag: 1.0
Requires PHP: 7.0
License: GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
6 changes: 3 additions & 3 deletions scblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: ScBlocks
* Description: A collection of Gutenberg Blocks that help you build WordPress sites.
* Author: sc81
* Version: 0.1.0
* Version: 1.0
* Text Domain: scblocks
* Tested up to: 5.5.3
* License: GPL2+
Expand All @@ -15,9 +15,9 @@
exit;
}

define( 'SCBLOCKS_VERSION', '0.1.0' );
define( 'SCBLOCKS_VERSION', '1.0' );

define( 'SCBLOCKS_CSS_VERSION', '0.1.0' );
define( 'SCBLOCKS_CSS_VERSION', '1.0' );

define( 'SCBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit 11be3b6

Please sign in to comment.