From b22c7d5d0aab79e838fd37d7bfe2134b86d3a5dc Mon Sep 17 00:00:00 2001 From: Jeremy Thomerson Date: Wed, 22 Nov 2017 10:39:08 -0500 Subject: [PATCH] Version bump: 1.0.2 Note: the original v1.0.2 tag somehow was deleted without being pushed. We can not find why or how that happened, so this is being recreated by re-tagging the same commit that was originally tagged as v1.0.2. We will not re-publish the npm v1.0.2 package because they would be equivalent. The version bump commit for this v1.0.2 tag will not appear in the origin/master history because origin/master has already had other commits (what will become v1.0.3) added to it after the commit that formed the base of v1.0.2 (25c33b0ac1e67d1fcf8117850774f4ffa58e0844). All that is lost on master is the version bump commit itself, which will be represented by the tag for v1.0.2, so it will not be lost entirely, it will just not be present on origin/master. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19b0028..0e9cf20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silvermine-videojs-quality-selector", - "version": "1.0.1", + "version": "1.0.2", "description": "video.js plugin for selecting a video quality or resolution", "main": "src/js/index.js", "scripts": {