Skip to content

Commit

Permalink
Update aeria.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lastguest committed Mar 19, 2015
1 parent f1aedd6 commit fc73a68
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.3.8
* Version: 1.3.9
*/

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

// The Framework version
define('AERIA','1.3.8');
define('AERIA','1.3.9');

// 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 fc73a68

Please sign in to comment.