Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgiuliani committed Feb 18, 2015
1 parent fe67067 commit 1598e5c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ CHANGELOG
=========

## HEAD (Unreleased)
_(no changes)_

## 1.1.0 (18.02.2014)
* Added `bower.json`. It can now be installed by calling `bower install videojs-chromecast`.
* Added WebM and HLS support.
* Fixed compatibility with Video.JS v4.12.0.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-chromecast",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/kim-company/videojs-chromecast",
"author": {
"name": "KIM Keep In Mind GmbH, srl",
Expand Down
2 changes: 1 addition & 1 deletion dist/videojs.chromecast.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! videojs-chromecast - v1.0.0 - 2015-02-18
/*! videojs-chromecast - v1.1.0 - 2015-02-18
* https://github.com/kim-company/videojs-chromecast
* Copyright (c) 2015 KIM Keep In Mind GmbH, srl; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/videojs.chromecast.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! videojs-chromecast - v1.0.0 - 2015-02-18
/*! videojs-chromecast - v1.1.0 - 2015-02-18
* https://github.com/kim-company/videojs-chromecast
* Copyright (c) 2015 KIM Keep In Mind GmbH, srl; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/videojs.chromecast.min.css

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

2 changes: 1 addition & 1 deletion dist/videojs.chromecast.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-chromecast",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/kim-company/videojs-chromecast",
"author": {
"name": "KIM Keep In Mind GmbH, srl",
Expand Down

0 comments on commit 1598e5c

Please sign in to comment.