From 27700ba64ac8ee6d81e38abdfa0c65571f708f8e Mon Sep 17 00:00:00 2001 From: Git I Hate You Date: Fri, 31 Jan 2020 23:17:22 +0100 Subject: [PATCH] Hotfix: bump version to 1.9.9-alpha1 --- imagify.php | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/imagify.php b/imagify.php index 820b058c4..8c5267c72 100644 --- a/imagify.php +++ b/imagify.php @@ -3,7 +3,7 @@ * Plugin Name: Imagify * Plugin URI: https://wordpress.org/plugins/imagify/ * Description: Dramaticaly reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth using Imagify, the new most advanced image optimization tool. - * Version: 1.9.8.1 + * Version: 1.9.9-alpha1 * Requires PHP: 5.4 * Author: WP Media * Author URI: https://wp-media.me/ @@ -20,7 +20,7 @@ defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' ); // Imagify defines. -define( 'IMAGIFY_VERSION', '1.9.8.1' ); +define( 'IMAGIFY_VERSION', '1.9.9-alpha1' ); define( 'IMAGIFY_SLUG', 'imagify' ); define( 'IMAGIFY_FILE', __FILE__ ); define( 'IMAGIFY_PATH', realpath( plugin_dir_path( IMAGIFY_FILE ) ) . '/' ); diff --git a/package.json b/package.json index 3d4b415d8..1db0cfafc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "imagify", "description": "Imagify Image Optimizer. Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth.", - "version": "1.9.8.1", + "version": "1.9.9-alpha1", "homepage": "https://wordpress.org/plugins/imagify/", "license": "GPL-2.0", "private": true,