Skip to content

Commit 246842c

Browse files
committed
Bump version to 1.0.0-rc.2.
1 parent 0713084 commit 246842c

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "google/google-site-kit",
33
"description": "Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.",
4-
"version": "1.0.0-rc.1",
54
"license": "Apache-2.0",
65
"type": "wordpress-plugin",
76
"homepage": "https://sitekit.withgoogle.com",

google-site-kit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Site Kit by Google
1212
* Plugin URI: https://sitekit.withgoogle.com
1313
* Description: Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.
14-
* Version: 1.0.0-rc.1
14+
* Version: 1.0.0-rc.2
1515
* Author: Google
1616
* Author URI: https://opensource.google.com
1717
* License: Apache License 2.0
@@ -24,7 +24,7 @@
2424
}
2525

2626
// Define most essential constants.
27-
define( 'GOOGLESITEKIT_VERSION', '1.0.0-rc.1' );
27+
define( 'GOOGLESITEKIT_VERSION', '1.0.0-rc.2' );
2828
define( 'GOOGLESITEKIT_PLUGIN_MAIN_FILE', __FILE__ );
2929

3030
/**

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "googlesitekit",
3-
"version": "1.0.0-rc.1",
43
"description": "Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.",
54
"main": "index.js",
5+
"private": true,
66
"scripts": {
77
"build": "npm run remove-dist && npm run build:production && npm run build:svg && npm run build:images && gulp copy-vendor",
88
"build:production": "npm run lint:js && webpack -p --mode=production",

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Contributors: google
44
Requires at least: 4.7
5-
Tested up to: 5.2
5+
Tested up to: 5.3
66
Requires PHP: 5.4
7-
Stable tag: 1.0.0-rc.1
7+
Stable tag: 1.0.0-rc.2
88
License: Apache License 2.0
99
License URI: https://www.apache.org/licenses/LICENSE-2.0
1010
Tags: google, search-console, analytics, adsense, pagespeed-insights, optimize, tag-manager

0 commit comments

Comments
 (0)