Skip to content

Commit

Permalink
0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Jun 18, 2015
1 parent f95023f commit 7564c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions lasso.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ );
Expand Down

0 comments on commit 7564c58

Please sign in to comment.