Skip to content

Commit

Permalink
fixed date.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eval authored and Eval committed Feb 16, 2018
1 parent b7f9976 commit fec46b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified build/alexa-downloader.phar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/alexa/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

class Export extends Command
{
const VERSION = '0.1.0';
const VERSION_DATE = '2018-02-10 15:05:53';
const VERSION = '0.2.0';
const VERSION_DATE = '2018-02-17 03:35:53';
public $convert_content = null;
public $convert_buffer = [];
public $convert_result = [];
Expand Down

0 comments on commit fec46b0

Please sign in to comment.