Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncAlchemist committed Apr 9, 2024
1 parent 3ee8bff commit 153e607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/cache-everything.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Plugin Name: Cache Everything
* Plugin URI: https://github.com/AsyncAlchemist
* Description: A simple plugin to cache everything in Wordpress.
* Version: 0.14
* Version: 0.17
* Author: Taylor Selden
* Author URI: https://github.com/AsyncAlchemist
*/
define('CACHE_EVERYTHING_JS_URL', 'wp-content/plugins/cache-everything/js');
define('CACHE_EVERYTHING_CSS_URL', 'wp-content/plugins/cache-everything/css');
define('CACHE_EVERYTHING_VERSION', '0.14');
define('CACHE_EVERYTHING_VERSION', '0.17');

require_once(plugin_dir_path(__FILE__) . 'handle-js-request.php');
require_once(plugin_dir_path(__FILE__) . 'handle-css-request.php');
Expand Down

0 comments on commit 153e607

Please sign in to comment.