Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Aug 29, 2017
1 parent 89a6ddf commit b74093f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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
Expand Up @@ -2,7 +2,7 @@
"name": "site-speed-monitor",
"title": "WP Site Speed Monitor",
"description": "Quickly, easily and automatically check your website speed using the WebPageTest.org API.",
"version": "0.0.9",
"version": "1.0.0",
"author": "Code Parrots",
"license": "GPL-2.0",
"repository": "codeparrots/wp-site-speed-monitor",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
**Requires at least:** 4.0
**Requires PHP:** 5.6
**Tested up to:** 4.8.1
**Stable tag:** 0.0.9
**Stable tag:** 1.0.0

Site Speed Monitor allows you to monitor your website load times automatically while tracking it's performance.

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 @@ Tags: website, speed, test, webpagetest, report, monitor, tester, check, chart,
Requires at least: 4.0
Requires PHP: 5.6
Tested up to: 4.8.1
Stable tag: 0.0.9
Stable tag: 1.0.0

Site Speed Monitor allows you to monitor your website load times automatically while tracking it's performance.

Expand Down
4 changes: 2 additions & 2 deletions site-speed-monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Site Speed Monitor allows you to monitor your website load times using the WebPageTest.org API.
* Author: Code Parrots
* Author URI: https://www.codeparrots.com
* Version: 0.0.9
* Version: 1.0.0
* Text Domain: site-speed-monitor
* Domain Path: /languages/
* License: GPL v2 or later
Expand Down Expand Up @@ -51,7 +51,7 @@ final class Site_Speed_Monitor {
*
* @since 1.0.0
*/
public static $version = '0.0.9';
public static $version = '1.0.0';

/**
* Minimum PHP version
Expand Down

0 comments on commit b74093f

Please sign in to comment.