From a7d7bb403976873ef20a9033b8e86779ccdacb7a Mon Sep 17 00:00:00 2001 From: Darshan Sawardekar Date: Tue, 30 Oct 2018 16:23:56 +0530 Subject: [PATCH] Bumps version to 1.1.0 --- config.php | 2 +- klasifai.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index e1bfdf0e0..95cc251d8 100644 --- a/config.php +++ b/config.php @@ -4,7 +4,7 @@ * declared here instead of a Class. */ -$plugin_version = '1.0.0'; +$plugin_version = '1.1.0'; if ( file_exists( __DIR__ . '/.commit' ) ) { $plugin_version .= '-' . file_get_contents( __DIR__ . '/.commit' ); diff --git a/klasifai.php b/klasifai.php index 456707777..2e4af15d4 100644 --- a/klasifai.php +++ b/klasifai.php @@ -6,7 +6,7 @@ * Author URI: https://10up.com * Text Domain: klasifai * Domain Path: /languages - * Version: 1.0.0 + * Version: 1.1.0 */ /**