Skip to content

Commit

Permalink
Latext extension version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed May 6, 2024
1 parent 8342319 commit fa821d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/public/extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"latest": {
"version": "1.0.1",
"url": "https://github.com/killergerbah/asbplayer/releases/tag/v1.0.1"
"version": "1.2.0",
"url": "https://github.com/killergerbah/asbplayer/releases/tag/v1.2.0"
},
"languages": [
{
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 @@ -52,7 +52,7 @@ import { useAppKeyBinder } from '../hooks/use-app-key-binder';
import { useAnki } from '../hooks/use-anki';
import { usePlaybackPreferences } from '../hooks/use-playback-preferences';

const latestExtensionVersion = '1.1.2';
const latestExtensionVersion = '1.2.0';
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 fa821d2

Please sign in to comment.