Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Diener committed Mar 23, 2017
1 parent 1689adc commit 9e3f4d2
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
* Author URI: http://caffeina.it
* Plugin URI: https://github.com/CaffeinaLab/aeria
* Version: 1.8.74
* Version: 1.8.75
*/

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

// The Framework version
define('AERIA','1.8.74');
define('AERIA','1.8.75');

// 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 9e3f4d2

Please sign in to comment.