Skip to content

Commit 5ba7ab9

Browse files
committed
Bump version number to 1.0.0-beta.1.0.2.
1 parent 7402f72 commit 5ba7ab9

5 files changed

+6
-6
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-beta.1.0.1",
4+
"version": "1.0.0-beta.1.0.2",
55
"license": "Apache-2.0",
66
"type": "wordpress-plugin",
77
"homepage": "https://sitekit.withgoogle.com",

google-site-kit.php

+2-2
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-beta.1.0.1
14+
* Version: 1.0.0-beta.1.0.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-beta.1.0.1' );
27+
define( 'GOOGLESITEKIT_VERSION', '1.0.0-beta.1.0.2' );
2828
define( 'GOOGLESITEKIT_PLUGIN_MAIN_FILE', __FILE__ );
2929

3030
/**

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "googlesitekit",
3-
"version": "1.0.0-beta.1.0.1",
3+
"version": "1.0.0-beta.1.0.2",
44
"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.",
55
"main": "index.js",
66
"scripts": {

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: google
44
Requires at least: 4.7
55
Tested up to: 5.2
66
Requires PHP: 5.4
7-
Stable tag: 1.0.0-beta.1.0.1
7+
Stable tag: 1.0.0-beta.1.0.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)