Skip to content

Commit

Permalink
Extension version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Jan 22, 2022
1 parent a032571 commit 201bb8b
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.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import SettingsDialog from './SettingsDialog.js';
import SettingsProvider from '../services/SettingsProvider.js';
import VideoPlayer from './VideoPlayer.js';

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

const useContentStyles = makeStyles((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.16.1",
"version": "0.17.0",
"manifest_version": 2,
"icons": {
"16": "assets/icon16.png",
Expand Down

0 comments on commit 201bb8b

Please sign in to comment.