From cf96763b53df1fe3fe294123120f5134e78d9038 Mon Sep 17 00:00:00 2001 From: codebicycle Date: Thu, 20 Apr 2017 23:23:16 +0300 Subject: [PATCH] Update github links, bump version --- manifest.json | 2 +- popup.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 856d42f..0fff214 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Video Speed Controller", "short_name": "videospeed", - "version": "0.4.6", + "version": "0.4.6.1", "manifest_version": 2, "description": "Speed up, slow down, advance and rewind any HTML5 video with quick shortcuts.", "homepage_url": "https://github.com/codebicycle/videospeed", diff --git a/popup.js b/popup.js index 13d16b1..994d1b7 100644 --- a/popup.js +++ b/popup.js @@ -4,10 +4,10 @@ document.addEventListener('DOMContentLoaded', function () { }); document.querySelector('#about').addEventListener('click', function() { - window.open("https://github.com/igrigorik/videospeed"); + window.open("https://github.com/codebicycle/videospeed"); }); document.querySelector('#feedback').addEventListener('click', function() { - window.open("https://github.com/igrigorik/videospeed/issues"); + window.open("https://github.com/codebicycle/videospeed/issues"); }); });