diff --git a/cf-images.php b/cf-images.php index 66c27c3..b184361 100644 --- a/cf-images.php +++ b/cf-images.php @@ -14,7 +14,7 @@ * Plugin Name: Offload Media to Cloudflare Images * Plugin URI: https://vcore.au * Description: Offload media library images to the `Cloudflare Images` service. - * Version: 1.6.0-beta.1 + * Version: 1.6.0-beta.2 * Author: Anton Vanyukov * Author URI: https://vcore.au * License: GPL-2.0+ @@ -31,7 +31,7 @@ die; } -define( 'CF_IMAGES_VERSION', '1.6.0-beta.1' ); +define( 'CF_IMAGES_VERSION', '1.6.0-beta.2' ); define( 'CF_IMAGES_DIR_URL', plugin_dir_url( __FILE__ ) ); require_once 'app/class-activator.php'; diff --git a/package.json b/package.json index 42fd59b..c30ed36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cf-images", "description": "Offload, Store, Resize & Optimize with Cloudflare Images", - "version": "1.6.0-beta.1", + "version": "1.6.0-beta.2", "main": "cf-images.php", "author": "Anton Vanyukov", "license": "GPL-2.0-or-later",