Skip to content

Commit

Permalink
Merge pull request #25 from astoundcommerce/fix/AVASUP-366
Browse files Browse the repository at this point in the history
fix/AVASUP-366
  • Loading branch information
marynychsv authored Aug 19, 2019
2 parents bd31a5e + 9ee778d commit bb838e5
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.0-alpha2';
const APP_VERSION = '2.1.0-alpha4';
}
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.0-alpha3",
"version": "2.1.0-alpha4",
"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/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<section id="tax">
<group id="avatax_general" translate="label" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="1">
<label>AvaTax - General</label>
<comment><![CDATA[For complete and up-to-date documentation, please visit <a href="http://www.classyllama.com/documentation/extensions/avatax-magento-2-module" target="_blank">www.classyllama.com/documentation/extensions/avatax-magento-2-module</a>.</p>
<comment><![CDATA[For complete and up-to-date documentation, please visit <a href="https://github.com/avadev/Avalara-AvaTax-for-Magento2/blob/master/docs/getting-started.md" target="_blank">github.com/avadev/Avalara-AvaTax-for-Magento2/blob/master/docs/getting-started.md</a>.</p>
]]></comment>
<field id="avatax_extension_version" translate="label" type="label" sortOrder="1000" showInDefault="1" showInWebsite="1" showInStore="1">
<label>AvaTax Extension Version:</label>
Expand Down

0 comments on commit bb838e5

Please sign in to comment.