Skip to content

Commit 3f3f1eb

Browse files
committed
Update version
1 parent 4a0d173 commit 3f3f1eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mempool-space-block-tracker-chrome-extenstion",
3-
"version": "1.1.0-alpha-1",
3+
"version": "1.0.2",
44
"description": "Chrome extension to track new bitcoin blocks via Mempool Space",
55
"scripts": {
66
"dev": "webpack --watch --progress --mode=development",

public/files/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
"name": "Bitcoin blocks tracker",
66
"description": "Extension for Bitcoin blocks tracking via Mempool space",
7-
"version": "1.0.1",
7+
"version": "1.0.2",
8+
"version_name": "1.1.0 alpha 1",
89

910
"icons": {
1011
"16":"icons/16.png",

0 commit comments

Comments
 (0)