Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Feb 21, 2016
1 parent fff9874 commit 3d58699
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Returns the DOM element containing the html transcript widget. You'll need to ap

## Release History

##### 0.8.0: Alpha Release 3

* Updated for video.js 5.x

##### 0.7.2: Alpha Release 2

* Updated for video.js 4.12
Expand Down
2 changes: 1 addition & 1 deletion dist/videojs-transcript.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! videojs-transcript - v0.7.1 - 2016-02-16
/*! videojs-transcript - v0.8.0 - 2016-02-21
* Copyright (c) 2016 Matthew Walsh; Licensed MIT */
(function (window, videojs) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/videojs-transcript.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-transcript",
"version": "0.7.1",
"version": "0.8.0",
"author": "Matthew Walsh",
"description": "Creates interactive transcripts from text tracks.",
"license": "MIT",
Expand Down

0 comments on commit 3d58699

Please sign in to comment.