Skip to content

Commit

Permalink
change version to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Oct 31, 2014
1 parent 8bae83e commit a390446
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Installing this component is very easy and it has just one dependency: [React](h
$ bower install --save react-video
```

- 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!
- 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!

**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`.

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": "react-video",
"version": "1.1.3",
"version": "1.1.4",
"description": "React component to load video from Vimeo or Youtube across any device",
"homepage": "https://github.com/pedronauck/react-video",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/react-video.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* React Video - React component to load video from Vimeo or Youtube across any device
* @version v1.1.3
* @version v1.1.4
* @link https://github.com/pedronauck/react-video
* @license MIT
* @author Pedro Nauck (https://github.com/pedronauck)
Expand Down
4 changes: 2 additions & 2 deletions dist/react-video.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* React Video - React component to load video from Vimeo or Youtube across any device
* @version v1.1.3
* @version v1.1.4
* @link https://github.com/pedronauck/react-video
* @license MIT
* @author Pedro Nauck (https://github.com/pedronauck)
Expand Down Expand Up @@ -159,7 +159,7 @@ return /******/ (function(modules) { // webpackBootstrap
},
fetchVimeoData:function() {
var id = this.props.id;
var url = ("http://vimeo.com/api/v2/video/" + id + ".json");
var url = ("https://vimeo.com/api/v2/video/" + id + ".json");

ajax.get(url, function(err, res) {
this.setState({
Expand Down
2 changes: 1 addition & 1 deletion dist/react-video.min.css

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

4 changes: 2 additions & 2 deletions dist/react-video.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 docs/css/react-video.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 docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h1 class="title">React Video</h1>
<ul class="github-buttons">
<li>
<a href="https://github.com/pedronauck/react-video/archive/v1.1.3.zip">Download v1.1.3</a>
<a href="https://github.com/pedronauck/react-video/archive/v1.1.4.zip">Download v1.1.4</a>
</li>
<li>
<a href="http://github.com/pedronauck/react-video">
Expand Down
2 changes: 1 addition & 1 deletion docs/js/react-video.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": "react-video",
"version": "1.1.3",
"version": "1.1.4",
"description": "React component to load video from Vimeo or Youtube across any device",
"author": {
"name": "Pedro Nauck",
Expand Down

0 comments on commit a390446

Please sign in to comment.