Skip to content

Commit

Permalink
Bump version number to 1.0.0-beta.1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Aug 14, 2019
1 parent 60d6fb3 commit b1c57ae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "google/google-site-kit",
"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-beta.1.0.3",
"version": "1.0.0-beta.1.0.4",
"license": "Apache-2.0",
"type": "wordpress-plugin",
"homepage": "https://sitekit.withgoogle.com",
Expand Down
4 changes: 2 additions & 2 deletions google-site-kit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta.1.0.3
* Version: 1.0.0-beta.1.0.4
* Author: Google
* Author URI: https://opensource.google.com
* License: Apache License 2.0
Expand All @@ -24,7 +24,7 @@
}

// Define most essential constants.
define( 'GOOGLESITEKIT_VERSION', '1.0.0-beta.1.0.3' );
define( 'GOOGLESITEKIT_VERSION', '1.0.0-beta.1.0.4' );
define( 'GOOGLESITEKIT_PLUGIN_MAIN_FILE', __FILE__ );

/**
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "googlesitekit",
"version": "1.0.0-beta.1.0.3",
"version": "1.0.0-beta.1.0.4",
"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.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: google
Requires at least: 4.7
Tested up to: 5.2
Requires PHP: 5.4
Stable tag: 1.0.0-beta.1.0.3
Stable tag: 1.0.0-beta.1.0.4
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
Expand Down

0 comments on commit b1c57ae

Please sign in to comment.