clients: bump versions

This commit is contained in:
nym21
2026-06-04 19:12:58 +02:00
parent 744032f1f1
commit 7cee0e2c5a
5 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -7579,7 +7579,7 @@ function createTransferPattern(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.3.1";
VERSION = "v0.3.2";
INDEXES = /** @type {const} */ ([
"minute10",
+1 -1
View File
@@ -40,5 +40,5 @@
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
},
"type": "module",
"version": "0.3.1"
"version": "0.3.2"
}