Skip to content

Commit 83e4fe3

Browse files
committed
v1.8
1 parent 71e6e49 commit 83e4fe3

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The manifest **must** include the following fields:
7676
- `description`
7777
- `version`
7878
- `zip`
79-
- `sha256`
79+
- `sha256` — the SHA-256 hash of the zip file
8080

8181
> **Note:** For new versions of an existing app, you must at minimum update the `version`, `zip`, and `sha256` fields.
8282
-24 KB
Binary file not shown.
43 KB
Binary file not shown.

tax/avalara-tax/catalog.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
{
2828
"version": "0.1.7",
2929
"tag": "avalara-tax-v0.1.7"
30+
},
31+
{
32+
"version": "0.1.8",
33+
"tag": "avalara-tax-v0.1.8"
3034
}
3135
]
3236
}

tax/avalara-tax/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Avalara Tax",
44
"domain": "tax",
55
"description": "Sample Avalara tax app used for testing",
6-
"version": "0.1.7",
7-
"zip": "avalara-tax-v0.1.7.zip",
8-
"sha256": "9e32789e165a8f69728c8baa025ad2a56b5da77185ead1abdf62a7f3ff9e0d8b"
6+
"version": "0.1.8",
7+
"zip": "avalara-tax-v0.1.8.zip",
8+
"sha256": "e8a52691aa9b0ba8dcff3e3491c252d3aa3bcba3c2b5d38921e7683a41a9fc12"
99
}

0 commit comments

Comments
 (0)