From a36411a5655d8948e4abbaa4bcf487938facbeb4 Mon Sep 17 00:00:00 2001 From: Jorge Date: Mon, 24 Feb 2020 23:10:35 +0000 Subject: [PATCH] Bump plugin version to 7.6.0-rc.1 --- changelog.txt | 4 ++++ gutenberg.php | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index d88fe21b53d362..c845f2a9d994be 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ == Changelog == += 7.6.0-rc.1 = + +Changelog creation in progress. + = 7.5.0 = ## Features diff --git a/gutenberg.php b/gutenberg.php index 2110aaeb6ecedf..cca149fbd7c2b2 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -3,7 +3,7 @@ * Plugin Name: Gutenberg * Plugin URI: https://github.com/WordPress/gutenberg * Description: Printing since 1440. This is the development plugin for the new block editor in core. - * Version: 7.5.0 + * Version: 7.6.0-rc.1 * Author: Gutenberg Team * Text Domain: gutenberg * diff --git a/package-lock.json b/package-lock.json index a40518a276b055..f26e0115c5653e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "7.5.0", + "version": "7.6.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9da8cdf2b75b6c..bd9998c595fb1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "7.5.0", + "version": "7.6.0-rc.1", "private": true, "description": "A new WordPress editor experience.", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index ba7ecb7569dfc5..4d834927c5360b 100644 --- a/readme.txt +++ b/readme.txt @@ -52,4 +52,4 @@ The four phases of the project are Editing, Customization, Collaboration, and Mu == Changelog == -To read the changelog for Gutenberg 7.5.0, please navigate to the release page. +To read the changelog for Gutenberg 7.6.0-rc.1, please navigate to the release page.