Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Diener committed Mar 14, 2017
1 parent 39616a4 commit 7805fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.73
* Version: 1.8.74
*/

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

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

// Store whether or not we're in the admin
if( false === defined('IS_ADMIN') ) define( 'IS_ADMIN', is_admin() );
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"slug": "aeria",
"homepage": "http://labs.caffeina.co/tech/aeria",
"download_url": "https://github.com/CaffeinaLab/aeria/archive/master.zip",
"version": "1.8.73",
"version": "1.8.74",
"requires": "4.0",
"tested": "4.5.2",
"last_updated": "2016-11-02 11:00:00",
Expand Down

0 comments on commit 7805fbf

Please sign in to comment.