Skip to content

Commit dc20375

Browse files
authored
Merge pull request #17 from BootNodeDev/chore/deepwiki-badge
Update README.md
2 parents 41eb805 + 9992417 commit dc20375

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![CI](https://github.com/BootNodeDev/uni-dev-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/BootNodeDev/uni-dev-kit/actions/workflows/ci.yml)
33
[![Release](https://github.com/BootNodeDev/uni-dev-kit/actions/workflows/release.yml/badge.svg)](https://github.com/BootNodeDev/uni-dev-kit/actions/workflows/release.yml)
44
[![Docs](https://img.shields.io/badge/docs-typedoc-blue)](https://bootnodedev.github.io/uni-dev-kit)
5+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/BootNodeDev/uni-dev-kit)
56

67
> Modern TypeScript SDK for integrating Uniswap V4 into your dapp.
78
> **Early version:** API may change rapidly.
@@ -265,4 +266,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
265266
- Releases are automated with [semantic-release](https://semantic-release.gitbook.io/semantic-release/).
266267

267268
## License
268-
MIT
269+
MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uniswap-dev-kit",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "A modern TypeScript library for integrating Uniswap into your dapp.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)