From 0cf5d8c23faa86d7f4bf0975e920fa81c66453e0 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Tue, 19 Jan 2021 11:33:19 +0100 Subject: [PATCH] Fix incorrect version of btc-rpc-explorer app in registry (#442) --- apps/registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/registry.json b/apps/registry.json index f4ffe65..5391ad5 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -142,7 +142,7 @@ "id": "btc-rpc-explorer", "category": "Explorers", "name": "BTC RPC Explorer", - "version": "2.0.2", + "version": "2.1.0", "tagline": "Simple, database-free blockchain explorer", "description": "BTC RPC Explorer is a full-featured, self-hosted explorer for the Bitcoin blockchain. With this explorer, you can explore not just the blockchain database, but also explore the functional capabilities of your Umbrel.\n\nIt comes with a network summary dashboard, detailed view of blocks, transactions, addresses, along with analysis tools for viewing stats on miner activity, mempool summary, with fee, size, and age breakdowns. You can also search by transaction ID, block hash/height, and addresses.\n\nIt's time to appreciate the \"fullness\" of your node.", "developer": "Dan Janosik",