Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cah4a committed Jan 24, 2024
1 parent 20c48bd commit 455963d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trpc-bun-adapter",
"version": "1.0.0",
"version": "1.1.0",
"description": "TRPC adapter for bun js runtime",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -29,6 +29,6 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@trpc/server": "^10.43.0"
"@trpc/server": "^11.0.0-next-beta.228"
}
}

0 comments on commit 455963d

Please sign in to comment.