Skip to content

Commit

Permalink
Update version number to 1.0.0-ee2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdraper committed Mar 18, 2016
1 parent 91946ea commit 3f6622e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if (! defined('TEMPLATE_SYNC_NAME')) {
define('TEMPLATE_SYNC_NAME', 'Template Sync');
define('TEMPLATE_SYNC_VER', '1.0.0-b.4');
define('TEMPLATE_SYNC_VER', '1.0.0-ee2');
define('TEMPLATE_SYNC_AUTHOR', 'TJ Draper');
define('TEMPLATE_SYNC_AUTHOR_URL', 'https://buzzingpixel.com');
define('TEMPLATE_SYNC_DESC', 'Delete templates not in the file system');
Expand All @@ -19,4 +19,4 @@
'author_url' => TEMPLATE_SYNC_AUTHOR_URL,
'description' => TEMPLATE_SYNC_DESC,
'namespace' => 'BuzzingPixel\TemplateSync'
);
);

0 comments on commit 3f6622e

Please sign in to comment.