Skip to content

Commit

Permalink
Merge pull request #95 from avadev/19-9-1
Browse files Browse the repository at this point in the history
19.9.1 update
  • Loading branch information
Avalara-ChrisWalker authored Oct 14, 2019
2 parents f333fea + 4e3b49b commit 6ebd5e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/AvaTaxClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Ted Spence <[email protected]>
* @copyright 2004-2018 Avalara, Inc.
* @license https://www.apache.org/licenses/LICENSE-2.0
* @version 19.9.0
* @version 19.9.1
* @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK
*/

Expand Down Expand Up @@ -41,7 +41,7 @@ export default class AvaTaxClient {
appName +
'; ' +
appVersion +
'; JavascriptSdk; 19.9.0; ' +
'; JavascriptSdk; 19.9.1; ' +
machineName;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avatax",
"version": "19.9.0",
"version": "19.9.1",
"description": "AvaTax v2 SDK for languages using JavaScript",
"main": "index.js",
"homepage": "https://github.com/avadev/AvaTax-REST-V2-JS-SDK",
Expand Down

0 comments on commit 6ebd5e3

Please sign in to comment.