Skip to content

Commit

Permalink
Merge pull request #411 from WordPress/change/initial-version-1
Browse files Browse the repository at this point in the history
Set the initial version to 1.0.0 insted of 0.0.1
  • Loading branch information
matiasbenedetto authored Jul 7, 2023
2 parents b4a955e + 5e352ac commit 1233e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/create-theme/theme-readme.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function build_readme_txt( $theme ) {
== Changelog ==
= 0.0.1 =
= 1.0.0 =
* Initial release
{$recommended_plugins_section}
{$copyright_section}
Expand Down
2 changes: 1 addition & 1 deletion admin/create-theme/theme-styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static function build_child_style_css( $theme ) {
$wp_version = get_bloginfo( 'version' );
$template = $theme['template'];
$text_domain = $theme['text_domain'];
$version = '0.0.1';
$version = '1.0.0';
$tags = Theme_Tags::theme_tags_list( $theme );

if ( isset( $theme['version'] ) ) {
Expand Down

0 comments on commit 1233e3d

Please sign in to comment.