Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Graziano Vincini <graziano.vincini@caffeinalab.com>
  • Loading branch information
vincio87 committed Dec 4, 2014
1 parent 948fd66 commit 34b1796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1.0
* Version: 1.1.1
*/

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

// The Framework version
define('AERIA','1.1.0');
define('AERIA','1.1.1');

// Store whether or not we're in the admin
if( false === defined('IS_ADMIN') ) define( 'IS_ADMIN', is_admin() );
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"homepage": "http://labs.caffeina.co/tech/aeria",
"download_url": "https://github.com/CaffeinaLab/aeria/archive/master.zip",

"version": "1.1.0",
"version": "1.1.1",
"requires": "3.5",
"tested": "4.0",
"last_updated": "2014-12-02 13:00:00",
"last_updated": "2014-12-04 10:00:00",
"upgrade_notice": "Aeria Branding and Aeria Dashboard",

"author": "Caffeina",
Expand Down

0 comments on commit 34b1796

Please sign in to comment.