Bump version number to v2.0.1

This commit is contained in:
wiz 2021-01-12 21:36:01 +09:00
parent 710b155941
commit 328511aaf2
No known key found for this signature in database
GPG Key ID: A394E332255A6173
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "mempool-backend", "name": "mempool-backend",
"version": "2.0.0", "version": "2.0.1",
"description": "Bitcoin mempool visualizer and blockchain explorer backend", "description": "Bitcoin mempool visualizer and blockchain explorer backend",
"license": "MIT", "license": "MIT",
"homepage": "https://mempool.space", "homepage": "https://mempool.space",

View File

@ -1,6 +1,6 @@
{ {
"name": "mempool-frontend", "name": "mempool-frontend",
"version": "2.0.0", "version": "2.0.1",
"description": "Bitcoin mempool visualizer and blockchain explorer backend", "description": "Bitcoin mempool visualizer and blockchain explorer backend",
"license": "MIT", "license": "MIT",
"homepage": "https://mempool.space", "homepage": "https://mempool.space",

View File

@ -5,7 +5,7 @@
<br> <br>
<div class="text-small text-center offset-md-1"> <div class="text-small text-center offset-md-1">
v2.0.0 ({{ gitCommit$ | async }}) v2.0.1 ({{ gitCommit$ | async }})
</div> </div>
<br> <br>