From b072fa5c26961451dee878faf6cd46695cc0731b Mon Sep 17 00:00:00 2001 From: diegoquinteiro Date: Thu, 28 Apr 2016 21:01:53 -0300 Subject: [PATCH] Bump version to 2.10 --- facebook-instant-articles.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/facebook-instant-articles.php b/facebook-instant-articles.php index 02310abd..0d1dda55 100644 --- a/facebook-instant-articles.php +++ b/facebook-instant-articles.php @@ -4,7 +4,7 @@ * Description: Add support for Instant Articles for Facebook to your WordPress site. * Author: Automattic, Dekode, Facebook * Author URI: https://vip.wordpress.com/plugins/instant-articles/ - * Version: 2.9 + * Version: 2.10 * Text Domain: instant-articles * License: GPLv2 * License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -67,7 +67,7 @@ defined( 'ABSPATH' ) || die( 'Shame on you' ); - define( 'IA_PLUGIN_VERSION', '2.9' ); + define( 'IA_PLUGIN_VERSION', '2.10' ); define( 'IA_PLUGIN_PATH_FULL', __FILE__ ); define( 'IA_PLUGIN_PATH', plugin_basename( __FILE__ ) ); define( 'IA_PLUGIN_FILE_BASENAME', pathinfo( __FILE__, PATHINFO_FILENAME ) ); diff --git a/readme.txt b/readme.txt index 50315730..9f4f4069 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: trrine, olethomas, bjornjohansen, dekode, automattic, facebook Tags: instant articles, facebook, mobile Requires at least: 4.3 Tested up to: 4.5 -Stable tag: 2.9 +Stable tag: 2.10 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html