Skip to content

Commit

Permalink
Merge pull request #15 from FAIR-Protocol/feat#12-add-support-for-bro…
Browse files Browse the repository at this point in the history
…wser

chore: update version
  • Loading branch information
l-silvestre authored Aug 11, 2023
2 parents 1fcd30d + 011ce70 commit 6f33db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const main = async () => {
const tags = [
{ name: 'Content-Type', value: 'application/gzip' },
{ name: 'App-Name', value: 'Fair Protocol SDK' },
{ name: 'App-Version', value: '1.0.0' },
{ name: 'App-Version', value: '1.0.1' },
{ name: 'Title', value: 'Fair Protocol SDK' },
{ name: 'Description', value: 'Software Development kit for Fair Protocol funcitonality' },
{ name: 'Type', value: 'zip' },
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": "fair-protocol-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"type": "module",
"files": [
Expand Down

0 comments on commit 6f33db1

Please sign in to comment.