Skip to content

Commit

Permalink
v1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
benwiley4000 committed Sep 30, 2018
1 parent 02d6afd commit ca5e217
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ The fastest way to get off the ground with this module is to paste the following
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>React Responsive Audio Player</title>
<style> html, body { margin: 0; background: lightseagreen; } </style>
<link rel="stylesheet" href="https://unpkg.com/react-responsive-audio-player@1.4.2/dist/audioplayer.css">
<link rel="stylesheet" href="https://unpkg.com/react-responsive-audio-player@1.5.0/dist/audioplayer.css">
</head>
<body>
<div id="audio_player_container"></div>

<script src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/prop-types/prop-types.js"></script>
<script src="https://unpkg.com/react-responsive-audio-player@1.4.2/dist/audioplayer.js"></script>
<script src="https://unpkg.com/react-responsive-audio-player@1.5.0/dist/audioplayer.js"></script>
<script>
var playlist =
[{ url: 'song1.mp3', title: 'Track 1 - a track to remember' },
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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-responsive-audio-player",
"version": "1.4.2",
"version": "1.5.0",
"description": "A simple, clean, and responsive visual wrapper for the HTML audio tag, built with React.",
"main": "dist/audioplayer.js",
"scripts": {
Expand Down

0 comments on commit ca5e217

Please sign in to comment.