Skip to content

Commit

Permalink
Extension version 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Apr 29, 2022
1 parent 2e0cb9f commit b14477a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import VideoPlayer from './VideoPlayer';
import { Color } from '@material-ui/lab';
import { AnkiExportMode } from '@project/common';

const latestExtensionVersion = '0.18.0';
const latestExtensionVersion = '0.18.1';
const extensionUrl = 'https://github.com/killergerbah/asbplayer/releases/latest';

const useContentStyles = makeStyles<Theme, ContentProps>((theme) => ({
Expand Down
2 changes: 1 addition & 1 deletion extension/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asbplayer",
"description": "Sync asbplayer with streaming video",
"version": "0.18.0",
"version": "0.18.1",
"manifest_version": 2,
"icons": {
"16": "assets/icon16.png",
Expand Down

0 comments on commit b14477a

Please sign in to comment.