website: safari fixes

This commit is contained in:
nym21
2026-02-05 11:43:40 +01:00
parent 897aab032e
commit bbba8f4373
6 changed files with 27 additions and 25 deletions
+1 -1
View File
@@ -4938,7 +4938,7 @@ function createRatioPattern2(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.1.4";
VERSION = "v0.1.5";
INDEXES = /** @type {const} */ ([
"dateindex",
+1 -1
View File
@@ -34,5 +34,5 @@
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
},
"type": "module",
"version": "0.1.4"
"version": "0.1.5"
}