Skip to content

Commit

Permalink
Extension version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Jun 2, 2021
1 parent 2535755 commit d8ef813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import SettingsDialog from './SettingsDialog.js';
import SettingsProvider from '../services/SettingsProvider.js';
import VideoPlayer from './VideoPlayer.js';

const latestExtensionVersion = "0.8.0";
const latestExtensionVersion = "0.9.0";
const extensionUrl = "https://github.com/killergerbah/asbplayer/releases/latest";

const useContentStyles = makeStyles((theme) => ({
Expand Down
2 changes: 1 addition & 1 deletion extension/asbplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ window.addEventListener('DOMContentLoaded', (e) => {
sender: 'asbplayer-extension-to-player',
message: {
command: 'version',
version: '0.8.0'
version: '0.9.0'
}
});
});
2 changes: 1 addition & 1 deletion extension/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.8.0",
"version": "0.9.0",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
Expand Down

0 comments on commit d8ef813

Please sign in to comment.