Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Aug 23, 2023
1 parent 43b1f3e commit cab5931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instadapp/avocado",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"files": [
"dist"
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export * from './signer'
export * from './AvocadoSafeProvider'
export * from './AvocadoInjectedConnector'
export * from './bridge'
export * from './config'
export * from './config'
export * from './providers'

0 comments on commit cab5931

Please sign in to comment.