diff --git a/icon.png b/icon.png index de0596d..ee7d433 100644 Binary files a/icon.png and b/icon.png differ diff --git a/manifest.yaml b/manifest.yaml index fd16d37..41437f1 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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" diff --git a/scripts/deps.ts b/scripts/deps.ts index 314db82..d57b3ca 100644 --- a/scripts/deps.ts +++ b/scripts/deps.ts @@ -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"; \ No newline at end of file