clients: bump versions

This commit is contained in:
nym21
2026-06-27 18:03:51 +02:00
parent 528880bd04
commit 10d29aa2ea
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7893,7 +7893,7 @@ function createTransferPattern(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.3.5";
VERSION = "v0.3.6";
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.5"
"version": "0.3.6"
}