Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
b-alidra committed Mar 29, 2019
1 parent 82c8e21 commit 780aa41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wpticketack.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* Description: Ticketack integration
* Text Domain: wpticketack
* Domain Path: /app/locales
* Version: 1.0.5
* Version: 1.1.0
* Author: Net Oxygen Sàrl
* Author URI: https://netoxygen.ch
* License: GPLv3
*/

use Ticketack\WP\TKTApp;

define('TKT_ASSETS_VERSION', '1.0.5.2019032801');
define('TKT_ASSETS_VERSION', '1.1.0.2019032901');

define("TKT_BASE", (dirname(__FILE__)));
define("TKT_CONFIG", (TKT_BASE.'/config'));
Expand Down

0 comments on commit 780aa41

Please sign in to comment.