Skip to content

Commit a390446

Browse files
committed
change version to v1.1.4
1 parent 8bae83e commit a390446

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Installing this component is very easy and it has just one dependency: [React](h
2020
$ bower install --save react-video
2121
```
2222

23-
- Or if you want to [download the lastest release](https://github.com/pedronauck/react-video/archive/v1.1.3.zip) and put in your website, it will work too!
23+
- Or if you want to [download the lastest release](https://github.com/pedronauck/react-video/archive/v1.1.4.zip) and put in your website, it will work too!
2424

2525
**NOTICE:** You need just one thing to make the component work. Put the [base component style](./dist/react-video.css) at the `<header>` tag. If you don't wanna use the `.css` extension, you can get the `.styl` or `.scss` extension at the folder `./lib`.
2626

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-video",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "React component to load video from Vimeo or Youtube across any device",
55
"homepage": "https://github.com/pedronauck/react-video",
66
"authors": [

dist/react-video.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* React Video - React component to load video from Vimeo or Youtube across any device
3-
* @version v1.1.3
3+
* @version v1.1.4
44
* @link https://github.com/pedronauck/react-video
55
* @license MIT
66
* @author Pedro Nauck (https://github.com/pedronauck)

dist/react-video.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* React Video - React component to load video from Vimeo or Youtube across any device
3-
* @version v1.1.3
3+
* @version v1.1.4
44
* @link https://github.com/pedronauck/react-video
55
* @license MIT
66
* @author Pedro Nauck (https://github.com/pedronauck)
@@ -159,7 +159,7 @@ return /******/ (function(modules) { // webpackBootstrap
159159
},
160160
fetchVimeoData:function() {
161161
var id = this.props.id;
162-
var url = ("http://vimeo.com/api/v2/video/" + id + ".json");
162+
var url = ("https://vimeo.com/api/v2/video/" + id + ".json");
163163

164164
ajax.get(url, function(err, res) {
165165
this.setState({

dist/react-video.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-video.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/react-video.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<h1 class="title">React Video</h1>
2525
<ul class="github-buttons">
2626
<li>
27-
<a href="https://github.com/pedronauck/react-video/archive/v1.1.3.zip">Download v1.1.3</a>
27+
<a href="https://github.com/pedronauck/react-video/archive/v1.1.4.zip">Download v1.1.4</a>
2828
</li>
2929
<li>
3030
<a href="http://github.com/pedronauck/react-video">

docs/js/react-video.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-video",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "React component to load video from Vimeo or Youtube across any device",
55
"author": {
66
"name": "Pedro Nauck",

0 commit comments

Comments
 (0)