Skip to content

Commit

Permalink
Merge pull request #10 from namiml/release/1.5.3
Browse files Browse the repository at this point in the history
1.5.3
  • Loading branch information
namidan authored Nov 21, 2024
2 parents 002280c + b03366f commit 5af9d00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ yarn add @namiml/web-sdk

Example apps showing how to use the SDK are available in this repository in the [examples directory](https://github.com/namiml/nami-web-sdk/tree/main/examples).

More information on configuring and using the SDK is available in our docs at [https://docs.namiml.com](https://docs.namiml.com).
More information on configuring and using the SDK is available in our docs at [https://learn.namiml.com](https://learn.namiml.com).
2 changes: 1 addition & 1 deletion examples/basic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"license": "SEE LICENSE FILE",
"dependencies": {
"@namiml/web-sdk": "^1.5.2",
"@namiml/web-sdk": "^1.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@namiml/web-sdk": "^1.5.2",
"@namiml/web-sdk": "^1.5.3",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18"
Expand Down

0 comments on commit 5af9d00

Please sign in to comment.