Skip to content

Commit

Permalink
Bump plugin version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Mar 29, 2019
1 parent 922952b commit ca66b89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clear-caches.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Clear Caches
Plugin URI: https://www.littlebizzy.com/plugins/clear-caches
Description: The easiest way to clear caches including WordPress cache, PHP Opcache, Nginx cache, Transient cache, Varnish cache, and object cache (e.g. Redis).
Version: 1.2.0
Version: 1.2.1
Author: LittleBizzy
Author URI: https://www.littlebizzy.com
License: GPLv3
Expand All @@ -20,9 +20,9 @@
// Plugin constants
const FILE = __FILE__;
const PREFIX = 'clrchs';
const VERSION = '1.2.0';
const VERSION = '1.2.1';
const REPO = 'littlebizzy/clear-caches';

// Boot
require_once dirname(FILE).'/helpers/boot.php';
Helpers\Boot::instance(FILE);
Helpers\Boot::instance(FILE);

0 comments on commit ca66b89

Please sign in to comment.