From 7564c589ac9038965add038b973482c069d0d069 Mon Sep 17 00:00:00 2001 From: Bearded Avenger Date: Wed, 17 Jun 2015 19:11:54 -0500 Subject: [PATCH] 0.9.5 --- README.txt | 2 +- lasso.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 51cd777..d50bd1c 100755 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Author URI: http://nickhaskins.com Plugin URI: https://lasso.is Requires at least: 3.5 Tested up to: 4.2.2 -Stable tag: 0.9.4.1 +Stable tag: 0.9.5 Front-end editing and creation suite. diff --git a/lasso.php b/lasso.php index 018f01d..06e395f 100755 --- a/lasso.php +++ b/lasso.php @@ -10,7 +10,7 @@ * Plugin Name: Lasso (beta) * Plugin URI: http://lasso.is * Description: Front-end editor and story builder. - * Version: 0.9.4.1 + * Version: 0.9.5 * Author: Aesopinteractive LLC * Author URI: http://aesopinteractive.com * Text Domain: lasso @@ -23,7 +23,7 @@ } // Set some constants -define( 'LASSO_VERSION', '0.9.4.1' ); +define( 'LASSO_VERSION', '0.9.5' ); define( 'LASSO_DIR', plugin_dir_path( __FILE__ ) ); define( 'LASSO_URL', plugins_url( '', __FILE__ ) ); define( 'LASSO_FILE', __FILE__ );