Skip to content

Commit

Permalink
Merge branch 'main' of github.com:citizenwallet/js-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
kevtechi committed Nov 8, 2024
2 parents 1475590 + e17708f commit 2d9f2f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@citizenwallet/sdk",
"version": "2.0.29",
"version": "2.0.30",
"exports": {
".": "./src/index.ts",
"./bundler": "./src/bundler/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@citizenwallet/sdk",
"version": "2.0.29",
"version": "2.0.30",
"description": "An sdk to easily work with citizen wallet.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -68,4 +68,4 @@
"typescript": "^5.6.3",
"zustand": "^4.5.2"
}
}
}

0 comments on commit 2d9f2f2

Please sign in to comment.