Skip to content

Commit 4d137da

Browse files
committed
change version to 1.0.0
1 parent 4d653b7 commit 4d137da

File tree

9 files changed

+10
-9
lines changed

9 files changed

+10
-9
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/v0.0.1.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.0.0.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": "0.0.1",
3+
"version": "1.0.0",
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 v0.0.1
3+
* @version v1.0.0
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: 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 v0.0.1
3+
* @version v1.0.0
44
* @link https://github.com/pedronauck/react-video
55
* @license MIT
66
* @author Pedro Nauck (https://github.com/pedronauck)

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: 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
@@ -16,7 +16,7 @@
1616
<h1 class="title">React Video</h1>
1717
<ul class="github-buttons">
1818
<li>
19-
<a href="https://github.com/pedronauck/react-video/archive/v0.0.1.zip">Download v0.0.1</a>
19+
<a href="https://github.com/pedronauck/react-video/archive/v1.0.0.zip">Download v1.0.0</a>
2020
</li>
2121
<li>
2222
<a href="http://github.com/pedronauck/react-video">

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ gulp.task('bundle', shell.task([
7676
'gulp webpack',
7777
'gulp webpack -p',
7878
'gulp css',
79-
'gulp css -p'
79+
'gulp css -p',
80+
'gulp deploy'
8081
]));
8182

8283
gulp.task('default', ['css', 'webpack', 'server', 'watch']);

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": "0.0.1",
3+
"version": "1.0.0",
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)