From 72c4e49fbca027ad4ab5d708224e9d39ed980b6c Mon Sep 17 00:00:00 2001 From: Jonathan Dawson Date: Fri, 28 Feb 2020 12:48:14 -0600 Subject: [PATCH] bump to 0.6.0 in order to run the github action to upload to the store. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b911445..021f792 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Video Speed Controller", "short_name": "videospeed", - "version": "0.5.9", + "version": "0.6.0", "manifest_version": 2, "description": "Speed up, slow down, advance and rewind any HTML5 video with quick shortcuts.", "homepage_url": "https://github.com/igrigorik/videospeed",