Skip to content

Commit

Permalink
Release version 0.2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo authored Mar 1, 2021
1 parent d1c5083 commit de91a5a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

web-ext build --source-dir src --artifacts-dir . --filename perfchaser.xpi
web-ext build --source-dir src --artifacts-dir . --filename perfchaser.xpi --overwrite-dest
Binary file modified perfchaser.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "PerfChaser",
"version": "0.1",
"version": "0.2",
"description": "",
"homepage_url": "https://github.com/whimboo/perfchaser",
"icons": {
Expand Down
13 changes: 13 additions & 0 deletions update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
</em:targetApplication>
</Description>
</li>
<li>
<Description>
<em:version>0.2</em:version>
<em:targetApplication>
<Description>
<em:id>{ee87d531-ab17-0a4d-878c-1a8aeff2a524}</em:id>
<em:minVersion>67.0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
<em:updateLink>https://raw.githubusercontent.com/whimboo/perfchaser/0.2/perfchaser.xpi</em:updateLink>
</Description>
</em:targetApplication>
</Description>
</li>
</Seq>
</em:updates>
</Description>
Expand Down

0 comments on commit de91a5a

Please sign in to comment.