Skip to content

Commit

Permalink
release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ushi-as committed Feb 17, 2022
1 parent 151e62c commit 248d5fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: |
export DISPLAY=:99
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
sleep 1
sleep 5
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.7",
"version": "0.0.8",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</style>
</head>
<body>
<a href="https://trello.com/1/authorize?expiration=90days&scope=read,write&response_type=token&name=Trektor&key=afadffe77f745496f80ebb4bf460c615" target="_blank">
<a href="https://trello.com/1/authorize?expiration=30days&scope=read,write&response_type=token&name=Trektor&key=afadffe77f745496f80ebb4bf460c615" target="_blank">
Trello Token
</a>

Expand Down

0 comments on commit 248d5fa

Please sign in to comment.