Skip to content

Commit

Permalink
Change version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Dec 17, 2020
1 parent 55deebb commit 582d892
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions tt1-blocks/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package WordPress
* @subpackage TT1_Blocks
* @since 1.0
* @since 0.1
*/

if ( ! function_exists( 'tt1_blocks_setup' ) ) {
Expand All @@ -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
*/
Expand Down Expand Up @@ -241,7 +241,7 @@ function tt1_blocks_setup() {
/**
* Enqueue scripts and styles.
*
* @since 1.0
* @since 0.1
*
* @return void
*/
Expand All @@ -253,7 +253,7 @@ function tt1_blocks_scripts() {
/**
* Enqueue block editor script.
*
* @since 1.0
* @since 0.1
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion tt1-blocks/inc/block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @package WordPress
* @subpackage TT1_Blocks
* @since 1.0
* @since 0.1
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions tt1-blocks/inc/block-styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
4 changes: 2 additions & 2 deletions tt1-blocks/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tt1-blocks/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 582d892

Please sign in to comment.