Skip to content

Commit

Permalink
update version to 2.0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Jan 16, 2019
1 parent 7b4fb8f commit bfeb81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rocket-lazy-load.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Lazy Load by WP Rocket
* Plugin URI: http://wordpress.org/plugins/rocket-lazy-load/
* Description: The tiny Lazy Load script for WordPress without jQuery or others libraries.
* Version: 2.0.3
* Version: 2.0.3.1
* Author: WP Media
* Author URI: https://wp-rocket.me
* Text Domain: rocket-lazy-load
Expand All @@ -27,7 +27,7 @@

defined('ABSPATH') || die('Cheatin\' uh?');

define('ROCKET_LL_VERSION', '2.0.3');
define('ROCKET_LL_VERSION', '2.0.3.1');
define('ROCKET_LL_WP_VERSION', '4.7');
define('ROCKET_LL_PHP_VERSION', '5.4');
define('ROCKET_LL_BASENAME', plugin_basename(__FILE__));
Expand Down

0 comments on commit bfeb81c

Please sign in to comment.