Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed Apr 14, 2019
1 parent b904469 commit 9d67e46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ script:
- cd your-install-directory
- chmod 777 db
- cp custom/config.example.php custom/config.php
- php cli/update.php
- cd cli
- php update.php
# PHP Lint all the things
- if find . -name "*.php" -exec php -l {} 2>&1 \; | grep "error,"; then exit 1; fi;
# Unit Tests
Expand Down
2 changes: 1 addition & 1 deletion src/CurrencyExchangeRates.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CurrencyExchangeRates
use CustomizationTrait;

/** @var string Version*/
const VERSION = '1.0.5-pre';
const VERSION = '1.0.5';

/** @var string Feeds Namespace */
const FEEDS_NAMESPACE = "\\Attogram\\Currency\\Feeds\\";
Expand Down

0 comments on commit 9d67e46

Please sign in to comment.