Skip to content

Commit

Permalink
Update aeria.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lastguest committed Apr 9, 2015
1 parent 2bb0e01 commit 9eb4943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aeria.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
* Author: Caffeina Srl
* Author URI: http://caffeina.co
* Plugin URI: https://github.com/CaffeinaLab/aeria
* Version: 1.5.0
* Version: 1.5.1
*/

// Exit if accessed directly
if( false === defined('ABSPATH') ) exit;

// The Framework version
define('AERIA','1.5.0');
define('AERIA','1.5.1');

// Store whether or not we're in the admin
if( false === defined('IS_ADMIN') ) define( 'IS_ADMIN', is_admin() );
Expand Down

0 comments on commit 9eb4943

Please sign in to comment.