From 9b1edeb087cb5730e11414daa00b24b6a5c65671 Mon Sep 17 00:00:00 2001 From: meloniq Date: Sat, 17 Aug 2013 14:25:46 +0400 Subject: [PATCH] correct version number, set 1.1 --- wpml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpml.php b/wpml.php index 9f9d1c5..7003dd9 100644 --- a/wpml.php +++ b/wpml.php @@ -5,7 +5,7 @@ AppThemes ID: appthemes-wpml -Version: 3.0 +Version: 1.1 Author: AppThemes Author URI: http://appthemes.com Text Domain: appthemes-wpml @@ -15,7 +15,7 @@ /** * Plugin version and textdomain constants. */ -define( 'APP_WPML_VERSION', '3.0' ); +define( 'APP_WPML_VERSION', '1.1' ); define( 'APP_WPML_TD', 'appthemes-wpml' );