From 1598e5ce6f7fac855332acd225df5a0c09953d18 Mon Sep 17 00:00:00 2001 From: Philip Giuliani Date: Wed, 18 Feb 2015 22:31:48 +0100 Subject: [PATCH] Prepare v1.1.0 release --- CHANGELOG.md | 3 +++ bower.json | 2 +- dist/videojs.chromecast.css | 2 +- dist/videojs.chromecast.js | 2 +- dist/videojs.chromecast.min.css | 2 +- dist/videojs.chromecast.min.js | 2 +- package.json | 2 +- 7 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b6dc9..0b4f02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/bower.json b/bower.json index 37fa5ee..a306839 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/dist/videojs.chromecast.css b/dist/videojs.chromecast.css index b6163ea..aed50f0 100644 --- a/dist/videojs.chromecast.css +++ b/dist/videojs.chromecast.css @@ -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 */ diff --git a/dist/videojs.chromecast.js b/dist/videojs.chromecast.js index cc258f9..88cd317 100644 --- a/dist/videojs.chromecast.js +++ b/dist/videojs.chromecast.js @@ -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 */ diff --git a/dist/videojs.chromecast.min.css b/dist/videojs.chromecast.min.css index 3969182..35730c3 100644 --- a/dist/videojs.chromecast.min.css +++ b/dist/videojs.chromecast.min.css @@ -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 */ diff --git a/dist/videojs.chromecast.min.js b/dist/videojs.chromecast.min.js index dda6507..e2bfe5d 100644 --- a/dist/videojs.chromecast.min.js +++ b/dist/videojs.chromecast.min.js @@ -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 */ diff --git a/package.json b/package.json index b2429c9..9b1a153 100644 --- a/package.json +++ b/package.json @@ -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",