Skip to content

Commit 20b8e85

Browse files
authored
Merge pull request #2589 from WordPress/update/1.0.0
Bump version to 1.0.0
2 parents 2d8584f + b8303cb commit 20b8e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gutenberg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Gutenberg
44
* Plugin URI: https://github.com/WordPress/gutenberg
55
* Description: Printing since 1440. This is the development plugin for the new block editor in core. <strong>Meant for development, do not run on real sites.</strong>
6-
* Version: 0.9.0
6+
* Version: 1.0.0
77
* Author: Gutenberg Team
88
*
99
* @package gutenberg

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gutenberg",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"description": "A new WordPress editor experience",
55
"main": "build/app.js",
66
"repository": "git+https://github.com/WordPress/gutenberg.git",

0 commit comments

Comments
 (0)