Skip to content

Commit

Permalink
Bump beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
av3nger committed Mar 16, 2024
1 parent 7af8338 commit 7d2415d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cf-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.1-beta.1
* Version: 1.8.1-beta.2
* Author: Anton Vanyukov
* Author URI: https://vcore.au
* License: GPL-2.0+
Expand All @@ -31,7 +31,7 @@
die;
}

define( 'CF_IMAGES_VERSION', '1.8.1-beta.1' );
define( 'CF_IMAGES_VERSION', '1.8.1-beta.2' );
define( 'CF_IMAGES_DIR_URL', plugin_dir_url( __FILE__ ) );

require_once 'app/class-activator.php';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cf-images",
"description": "Offload, Store, Resize & Optimize with Cloudflare Images",
"version": "1.8.1-beta.1",
"version": "1.8.1-beta.2",
"main": "cf-images.php",
"author": "Anton Vanyukov",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 7d2415d

Please sign in to comment.