Skip to content

Commit

Permalink
update version 2.1.5-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
marynychsv committed Oct 7, 2019
1 parent 4e1b571 commit 9adbc68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Framework/AppInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ interface AppInterface
/**
* If this is updated it must also be updated in composer.json
*/
const APP_VERSION = '2.1.4-alpha';
const APP_VERSION = '2.1.5-alpha';
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "avalara/avatax-magento",
"type": "magento2-module",
"version": "2.1.4-alpha",
"version": "2.1.5-alpha",
"license": "OSL-3.0",
"description": "Magento module for Avalara's AvaTax suite of business tax calculation and processing services. Uses the AvaTax REST v2 API.",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<!-- The setup_version attribute is unrelated to the module version stored in composer.json -->
<module name="ClassyLlama_AvaTax" setup_version="2.1.4">
<module name="ClassyLlama_AvaTax" setup_version="2.1.5">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Customer"/>
Expand Down

0 comments on commit 9adbc68

Please sign in to comment.