Versioning for 2.1.5

This commit is contained in:
Sam Bohler 2015-06-09 11:27:25 -04:00
parent bd45f405a5
commit 9421861046
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
2.1.5
Updated bitpay/php-client to 2.2.4
2.1.4
Removed Symfony dependency
Fixed timestamp logging in database

View File

@ -8,7 +8,7 @@
<config>
<modules>
<Bitpay_Core>
<version>2.1.4</version>
<version>2.1.5</version>
</Bitpay_Core>
</modules>

View File

@ -11,7 +11,7 @@ date_default_timezone_set('America/New_York'); // Main Office is in Eastern Time
/**
* Various Configuration Settings
*/
$version = '2.1.4';
$version = '2.1.5';
$vendorDir = __DIR__ . '/../vendor';
$distDir = __DIR__ . '/../build/dist';
$tmpDistDir = $distDir . '/tmp'; // Files will be placed here temporarly so we can zip/tar them.