Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tandashi committed May 9, 2020
1 parent 69f361a commit b06ce5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browser/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "YTSync",
"description": "Watch videos directly on YouTube with your friends.",
"author": "Tandashi",
"version": "1.4.2",
"version": "1.5",
"homepage_url": "https://github.com/Tandashi/YTSync-Plugin",

"web_accessible_resources": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ytsync-plugin",
"version": "1.4.2",
"version": "1.5",
"main": "dist/app.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/util/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Reactions: Reaction[] = [
{ id: 'grin', symbol: '😀', text: 'Grin' },
{ id: 'tears-of-joy', symbol: '😂', text: 'Hahaha' },
{ id: 'popcorn', symbol: '🍿', text: 'Crunch!' },
{ id: 'exploding-head', symbol: '🤯', text: 'Boom' },
{ id: 'exploding-head', symbol: '🤯', text: 'Boom!' },
{ id: 'partying-face', symbol: '🥳', text: '*Pop*' },
{ id: 'scream-in-fear', symbol: '😱', text: 'Huuuh' }
];
Expand Down
2 changes: 1 addition & 1 deletion webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const BANNER = stripIndent `
// ==UserScript==
// @name YT Sync
// @namespace https://tandashi.de
// @version 1.4.2
// @version 1.5
// @description Sync Youtube Videos directly on Youtube :)
// @author Tandashi
// @match https://www.youtube.com/*
Expand Down

0 comments on commit b06ce5e

Please sign in to comment.