Skip to content

Commit

Permalink
Extension version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Jul 11, 2021
1 parent bd0e097 commit 10c8948
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 @@ -21,7 +21,7 @@ import SettingsDialog from './SettingsDialog.js';
import SettingsProvider from '../services/SettingsProvider.js';
import VideoPlayer from './VideoPlayer.js';

const latestExtensionVersion = "0.12.0";
const latestExtensionVersion = "0.13.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.12.0",
"version": "0.13.0",
"manifest_version": 2,
"icons": {
"16": "assets/icon16.png",
Expand Down

0 comments on commit 10c8948

Please sign in to comment.