Skip to content

Commit

Permalink
Extension version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed May 1, 2021
1 parent 9cfa07c commit e7ea56a
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 @@ -20,7 +20,7 @@ import SettingsDialog from './SettingsDialog.js';
import SettingsProvider from '../services/SettingsProvider.js';
import VideoPlayer from './VideoPlayer.js';

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

const useStyles = 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 @@ -25,7 +25,7 @@ window.addEventListener('DOMContentLoaded', (e) => {
sender: 'asbplayer-extension-to-player',
message: {
command: 'version',
version: '0.6.0'
version: '0.6.1'
}
});
});
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.6.0",
"version": "0.6.1",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
Expand Down

0 comments on commit e7ea56a

Please sign in to comment.