Skip to content

Commit

Permalink
0.3.1 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed Mar 2, 2016
1 parent 39f16d5 commit 35aae64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## CHANGELOG
### 0.3.1
Fixes bad reference to main file in package.json

### 0.3.0
Added `vendor` prop to allow explicitly choosing which component to render for the player. Useful for cases where we can't determine what type of file is trying to be played.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## React Media Player 0.3.0
## React Media Player 0.3.1

React media container component to help build video & audio players.

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-media-player",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/souporserious/react-media-player",
"authors": [
"Travis Arnold <ftntravis@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-media-player",
"version": "0.3.0",
"version": "0.3.1",
"description": "React media player.",
"main": "lib/react-media-player.js",
"scripts": {
Expand Down

0 comments on commit 35aae64

Please sign in to comment.