Skip to content

Commit

Permalink
Bring back 2.5.0-dev version
Browse files Browse the repository at this point in the history
This is something I missed during the review of PR 825 adding
the getDepositStatus function. The version should stay on 2.5.0-dev
as this is the -dev version automatically pushed to the NPM registry
and the last published non-dev version was 2.4.1. The next published
non-dev release should be 2.5.0.
  • Loading branch information
pdyraga authored Sep 5, 2024
1 parent 834bfa8 commit 0c16aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keep-network/tbtc-v2.ts",
"version": "2.5.1-dev",
"version": "2.5.0-dev",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 0c16aa3

Please sign in to comment.