From 6039ab8c57f464743d15074818df0a4d9666a505 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Sat, 2 Nov 2019 14:31:24 -0500 Subject: [PATCH] Bump plugin version to 1.0.1. --- google-site-kit.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/google-site-kit.php b/google-site-kit.php index a6b6b2eb4de..33dcb525158 100644 --- a/google-site-kit.php +++ b/google-site-kit.php @@ -11,7 +11,7 @@ * Plugin Name: Site Kit by Google * Plugin URI: https://sitekit.withgoogle.com * 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. - * Version: 1.0.0 + * Version: 1.0.1 * Author: Google * Author URI: https://opensource.google.com * License: Apache License 2.0 @@ -24,7 +24,7 @@ } // Define most essential constants. -define( 'GOOGLESITEKIT_VERSION', '1.0.0' ); +define( 'GOOGLESITEKIT_VERSION', '1.0.1' ); define( 'GOOGLESITEKIT_PLUGIN_MAIN_FILE', __FILE__ ); /** diff --git a/readme.txt b/readme.txt index 34060d306d6..b2121c16bf4 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: google Requires at least: 4.7 Tested up to: 5.3 Requires PHP: 5.4 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: Apache License 2.0 License URI: https://www.apache.org/licenses/LICENSE-2.0 Tags: google, search-console, analytics, adsense, pagespeed-insights, optimize, tag-manager, site-kit