Bump version to 5.1.1-alpha.

git-svn-id: https://develop.svn.wordpress.org/branches/5.1@44766 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2019-02-21 22:54:01 +00:00
parent eb6a46184a
commit ae3d09e136
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "WordPress",
"version": "5.1.0",
"version": "5.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -12378,7 +12378,7 @@
},
"react-autosize-textarea": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/react-autosize-textarea/-/react-autosize-textarea-3.0.3.tgz",
"resolved": "http://registry.npmjs.org/react-autosize-textarea/-/react-autosize-textarea-3.0.3.tgz",
"integrity": "sha512-iOSZK7RUuJ+iEwkJ9rqYciqtjQgrG1CCRFL6h8Bk61kODnRyEq4tS74IgXpI1t4S6jBBZVm+6ugaU+tWTlVxXg==",
"requires": {
"autosize": "^4.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "WordPress",
"version": "5.1.0",
"version": "5.1.1",
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"repository": {
"type": "svn",

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-src';
$wp_version = '5.1.1-alpha-44766-src';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.