Skip to content

Commit

Permalink
release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ushi-as committed Feb 17, 2022
1 parent 1b9d20f commit 37deadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- run: |
export DISPLAY=:99
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
sleep 1
echo -n "${CHROME_EXTENSION_KEY}" > trektor.pem
chrome --pack-extension=trektor --pack-extension-key=trektor.pem
env:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Trektor",
"update_url": "https://aboutsource.github.io/trektor/update.xml",
"description": "Browser-Extension zum automatischen Anlegen von Toggl tracking tasks",
"version": "0.0.4",
"version": "0.0.6",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
Expand Down

0 comments on commit 37deadb

Please sign in to comment.