Skip to content

Commit 5a1f24d

Browse files
Address final review comments
1 parent 145ee57 commit 5a1f24d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARCHS=linux linux64 mac64 win32
22

33
EXTENSION_NAME=adb-extension
4-
VERSION=0.0.2
4+
VERSION=0.0.3pre
55
XPI_NAME=$(EXTENSION_NAME)-$(VERSION)
66

77
ROOT_PATH=pub/labs/devtools/$(EXTENSION_NAME)
@@ -26,7 +26,6 @@ endef
2626

2727
define clean
2828
echo "Remove previous xpi files"; \
29-
rm -f *.xpi \
3029
rm -f **/*.xpi
3130
endef
3231

extension/template-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"applications": {
88
"gecko": {
99
"id": "adb@mozilla.org",
10-
"strict_min_version": "63.0a1",
10+
"strict_min_version": "64.0a1",
1111
"update_url": "@@UPDATE_URL@@"
1212
}
1313
},

0 commit comments

Comments
 (0)