Fixes/3.0.0 (#33)

* fix properties and bump version

* update icon
This commit is contained in:
Lucy 2024-08-28 20:47:23 -04:00 committed by GitHub
parent 8a9c429502
commit 90977e9633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 7 deletions

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,6 +1,6 @@
id: mempool
title: Mempool
version: 3.0.0
version: 3.0.0.1
release-notes: |
* Exciting new version which adds the Mempool Accelerator among other improvements and bugfixes. Check out the full [release notes](https://github.com/mempool/mempool/releases/tag/v3.0.0).
license: AGPL
@ -60,8 +60,6 @@ config:
type: script
set:
type: script
properties:
type: script
dependencies:
bitcoind:
version: ">=0.21.1.2 <29.0.0"

View File

@ -1,4 +1,4 @@
export * from "https://deno.land/x/embassyd_sdk@v0.3.3.0.5/mod.ts";
export * from "https://deno.land/x/embassyd_sdk@v0.3.3.0.5/util.ts";
export * from "https://deno.land/x/embassyd_sdk@v0.3.3.0.5/healthUtil.ts";
export * from "https://deno.land/x/embassyd_sdk@v0.3.1.0.12/emvar-lite/mod.ts";
export * from "https://deno.land/x/embassyd_sdk@v0.3.3.0.8/mod.ts";
export * from "https://deno.land/x/embassyd_sdk@v0.3.3.0.8/util.ts";
export * from "https://deno.land/x/embassyd_sdk@v0.3.3.0.8/healthUtil.ts";
export * from "https://deno.land/x/embassyd_sdk@v0.3.1.0.12/emvar-lite/mod.ts";