Skip to content
Closed

v1.8 #23

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The manifest **must** include the following fields:
- `description`
- `version`
- `zip`
- `sha256`
- `sha256` — the SHA-256 hash of the zip file

> **Note:** For new versions of an existing app, you must at minimum update the `version`, `zip`, and `sha256` fields.

Expand Down
Binary file removed tax/avalara-tax/avalara-tax-v0.1.7.zip
Binary file not shown.
Binary file added tax/avalara-tax/avalara-tax-v0.1.8.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions tax/avalara-tax/catalog.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latest": {
"version": "0.1.7",
Expand Down Expand Up @@ -27,6 +27,10 @@
{
"version": "0.1.7",
"tag": "avalara-tax-v0.1.7"
},
{
"version": "0.1.8",
"tag": "avalara-tax-v0.1.8"
}
]
}
6 changes: 3 additions & 3 deletions tax/avalara-tax/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Avalara Tax",
"domain": "tax",
"description": "Sample Avalara tax app used for testing",
"version": "0.1.7",
"zip": "avalara-tax-v0.1.7.zip",
"sha256": "9e32789e165a8f69728c8baa025ad2a56b5da77185ead1abdf62a7f3ff9e0d8b"
"version": "0.1.8",
"zip": "avalara-tax-v0.1.8.zip",
"sha256": "e8a52691aa9b0ba8dcff3e3491c252d3aa3bcba3c2b5d38921e7683a41a9fc12"
}
Loading