From 4590f0535689225a0e15f390e7207bbc9d447ca0 Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Fri, 31 Oct 2014 16:44:03 -0200 Subject: [PATCH] change version to v.1.1.3 --- bower.json | 2 +- dist/react-video.css | 2 +- dist/react-video.js | 2 +- dist/react-video.min.css | 2 +- dist/react-video.min.js | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 75853d3..439d85e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-video", - "version": "1.0.3", + "version": "1.1.3", "description": "React component to load video from Vimeo or Youtube across any device", "homepage": "https://github.com/pedronauck/react-video", "authors": [ diff --git a/dist/react-video.css b/dist/react-video.css index da4e60e..11761a5 100644 --- a/dist/react-video.css +++ b/dist/react-video.css @@ -1,6 +1,6 @@ /* * React Video - React component to load video from Vimeo or Youtube across any device - * @version v1.0.3 + * @version v1.1.3 * @link https://github.com/pedronauck/react-video * @license MIT * @author Pedro Nauck (https://github.com/pedronauck) diff --git a/dist/react-video.js b/dist/react-video.js index 00b21cd..710fda4 100644 --- a/dist/react-video.js +++ b/dist/react-video.js @@ -1,6 +1,6 @@ /* * React Video - React component to load video from Vimeo or Youtube across any device - * @version v1.0.3 + * @version v1.1.3 * @link https://github.com/pedronauck/react-video * @license MIT * @author Pedro Nauck (https://github.com/pedronauck) diff --git a/dist/react-video.min.css b/dist/react-video.min.css index 391d401..94c29cd 100644 --- a/dist/react-video.min.css +++ b/dist/react-video.min.css @@ -1,6 +1,6 @@ /* * React Video - React component to load video from Vimeo or Youtube across any device - * @version v1.0.3 + * @version v1.1.3 * @link https://github.com/pedronauck/react-video * @license MIT * @author Pedro Nauck (https://github.com/pedronauck) diff --git a/dist/react-video.min.js b/dist/react-video.min.js index e1ede93..39cf761 100644 --- a/dist/react-video.min.js +++ b/dist/react-video.min.js @@ -1,6 +1,6 @@ /* * React Video - React component to load video from Vimeo or Youtube across any device - * @version v1.0.3 + * @version v1.1.3 * @link https://github.com/pedronauck/react-video * @license MIT * @author Pedro Nauck (https://github.com/pedronauck) diff --git a/package.json b/package.json index aacfc19..94a6b73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-video", - "version": "1.0.3", + "version": "1.1.3", "description": "React component to load video from Vimeo or Youtube across any device", "author": { "name": "Pedro Nauck",