Skip to content

Commit

Permalink
3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jono committed Dec 21, 2022
1 parent 76f401a commit e3e61d1
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: 3.0
* Version: 3.1
* 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', '3.0' );
define( 'EDGE_IMAGES_VERSION', '3.1' );
}

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

0 comments on commit e3e61d1

Please sign in to comment.