Skip to content

Commit

Permalink
V1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoalderson committed Mar 1, 2022
1 parent e1cc135 commit 0232e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edge-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* Plugin Name: Edge Images
* Version: 1.8.1
* Version: 1.9
* Description: Provides support for Cloudflare's images transformation service.
* Author: Jono Alderson
* Text Domain: edge-images
Expand All @@ -17,7 +17,7 @@

// Set our constants.
if ( ! defined( 'EDGE_IMAGES_VERSION' ) ) {
define( 'EDGE_IMAGES_VERSION', '1.8.1' );
define( 'EDGE_IMAGES_VERSION', '1.9' );
}

if ( ! defined( 'EDGE_IMAGES_PLUGIN_DIR' ) ) {
Expand Down

0 comments on commit 0232e2d

Please sign in to comment.