Skip to content

Commit 84cd750

Browse files
author
mgibbs189
committed
Tagged 1.0.3
1 parent 0930f6c commit 84cd750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log-http-requests.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Log HTTP Requests
44
Description: Log all those pesky WP HTTP requests
5-
Version: 1.0.2
5+
Version: 1.0.3
66
Author: FacetWP, LLC
77
Author URI: https://facetwp.com/
88
@@ -34,7 +34,7 @@ class Log_HTTP_Requests
3434
function __construct() {
3535

3636
// setup variables
37-
define( 'LHR_VERSION', '1.0.2' );
37+
define( 'LHR_VERSION', '1.0.3' );
3838
define( 'LHR_DIR', dirname( __FILE__ ) );
3939
define( 'LHR_URL', plugins_url( '', __FILE__ ) );
4040
define( 'LHR_BASENAME', plugin_basename( __FILE__ ) );

0 commit comments

Comments
 (0)