From ce2df937974754029e5c1a840d9bbdd24618142d Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Sun, 27 Mar 2016 14:04:15 -0700 Subject: [PATCH] bump to 0.2.8 (bugfix release) - numpad and punctuation key fixes - don't hide controller after keyboard input --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7fd0091..45b17ac 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Video Speed Controller", "short_name": "videospeed", - "version": "0.2.7", + "version": "0.2.8", "manifest_version": 2, "description": "Speed up, slow down, advance and rewind any HTML5 video with quick shortcuts.", "homepage_url": "https://github.com/igrigorik/videospeed",