From 582d892277cd1d446cf6e3a33b0600b0f01d8e8d Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Thu, 17 Dec 2020 09:30:16 -0500 Subject: [PATCH] Change version numbers. --- tt1-blocks/functions.php | 8 ++++---- tt1-blocks/inc/block-patterns.php | 2 +- tt1-blocks/inc/block-styles.php | 4 ++-- tt1-blocks/readme.txt | 4 ++-- tt1-blocks/style.css | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tt1-blocks/functions.php b/tt1-blocks/functions.php index 1eb10e36..19cbba4a 100644 --- a/tt1-blocks/functions.php +++ b/tt1-blocks/functions.php @@ -6,7 +6,7 @@ * * @package WordPress * @subpackage TT1_Blocks - * @since 1.0 + * @since 0.1 */ if ( ! function_exists( 'tt1_blocks_setup' ) ) { @@ -17,7 +17,7 @@ * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. * - * @since 1.0 + * @since 0.1 * * @return void */ @@ -241,7 +241,7 @@ function tt1_blocks_setup() { /** * Enqueue scripts and styles. * - * @since 1.0 + * @since 0.1 * * @return void */ @@ -253,7 +253,7 @@ function tt1_blocks_scripts() { /** * Enqueue block editor script. * - * @since 1.0 + * @since 0.1 * * @return void */ diff --git a/tt1-blocks/inc/block-patterns.php b/tt1-blocks/inc/block-patterns.php index f85f19da..40980812 100644 --- a/tt1-blocks/inc/block-patterns.php +++ b/tt1-blocks/inc/block-patterns.php @@ -7,7 +7,7 @@ * * @package WordPress * @subpackage TT1_Blocks - * @since 1.0 + * @since 0.1 */ /** diff --git a/tt1-blocks/inc/block-styles.php b/tt1-blocks/inc/block-styles.php index a332f631..67186317 100644 --- a/tt1-blocks/inc/block-styles.php +++ b/tt1-blocks/inc/block-styles.php @@ -6,14 +6,14 @@ * * @package WordPress * @subpackage TT1_Blocks - * @since 1.0 + * @since 0.1 */ if ( function_exists( 'register_block_style' ) ) { /** * Register block styles. * - * @since 1.0 + * @since 0.1 * * @return void */ diff --git a/tt1-blocks/readme.txt b/tt1-blocks/readme.txt index c71cb1d3..6dce8c0e 100644 --- a/tt1-blocks/readme.txt +++ b/tt1-blocks/readme.txt @@ -3,7 +3,7 @@ Contributors: wordpressdotorg Requires at least: 5.6 Tested up to: 5.6 Requires PHP: 5.6 -Stable tag: 1.0 +Stable tag: 0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -23,7 +23,7 @@ This theme is beta software, and is not meant for use on a production site. Bug == Changelog == -= 1.0 = += 0.1 = * Released: December 18, 2020 Initial release diff --git a/tt1-blocks/style.css b/tt1-blocks/style.css index bef4ac4e..ce90665b 100644 --- a/tt1-blocks/style.css +++ b/tt1-blocks/style.css @@ -7,7 +7,7 @@ Description: TT1 Blocks is a block-based version of the default Twenty Twenty-On Requires at least: 5.6 Tested up to: 5.6 Requires PHP: 5.6 -Version: 1.0 +Version: 0.1 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: tt1-blocks