Skip to content

Commit

Permalink
Bump extension version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Mar 3, 2021
1 parent e527a95 commit 180a4ec
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 @@ -18,7 +18,7 @@ import SettingsDialog from './SettingsDialog.js';
import SettingsProvider from '../services/SettingsProvider.js';
import VideoPlayer from './VideoPlayer.js';

const latestExtensionVersion = "0.3.0";
const latestExtensionVersion = "0.4.0";
const extensionUrl = "https://github.com/killergerbah/asbplayer/releases";

const useStyles = drawerWidth => 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.3.0'
version: '0.4.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.3.0",
"version": "0.4.0",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
Expand Down

0 comments on commit 180a4ec

Please sign in to comment.