Skip to content

Commit

Permalink
Release extension 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Nov 22, 2024
1 parent f3258f3 commit 0c3943b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions client/public/firefox-extension-updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
{
"version": "1.5.0",
"update_link": "https://github.com/killergerbah/asbplayer/releases/download/v1.5.0/asbplayer-extension-1.5.0-firefox.xpi"
},
{
"version": "1.6.1",
"update_link": "https://github.com/killergerbah/asbplayer/releases/download/v1.6.1/asbplayer-extension-1.6.1-firefox.xpi"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion common/app/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import { timeDurationDisplay } from '../services/util';
import { useAppWebSocketClient } from '../hooks/use-app-web-socket-client';
import { LoadSubtitlesCommand } from '../../web-socket-client';

const latestExtensionVersion = '1.5.0';
const latestExtensionVersion = '1.6.1';
const extensionUrl =
'https://chromewebstore.google.com/detail/asbplayer-language-learni/hkledmpjpaehamkiehglnbelcpdflcab';
const mp3WorkerFactory = () => new Worker(new URL('../../audio-clip/mp3-encoder-worker.ts', import.meta.url));
Expand Down

0 comments on commit 0c3943b

Please sign in to comment.