Fix #745
This commit is contained in:
Dan Janosik 2025-07-02 10:45:02 -04:00
parent ef06b02398
commit 8ed77ab225
No known key found for this signature in database
GPG key ID: B326ACF51F317B69
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
##### v3.5.1
###### 2025-07-02
* Minor cleanup
* Fix self-identified version number
##### v3.5.0
###### 2025-06-23

View file

@ -1,6 +1,6 @@
{
"name": "btc-rpc-explorer",
"version": "3.4.0",
"version": "3.5.1",
"description": "Open-source, self-hosted Bitcoin explorer",
"private": false,
"bin": "bin/cli.js",