Skip to content

Commit

Permalink
release: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Dec 10, 2021
1 parent 4f7a41e commit 4bb031e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/playem-all.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* playemjs 1.2.0, commit: 2d97f954eacf4199e796d7488ebbd2b47e3ccb28 */
/* playemjs 1.2.1, commit: 4f7a41e975c050339622456a76eddfcf147a967a */

// configuration

Expand Down
2 changes: 1 addition & 1 deletion dist/playem-min.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* playemjs 1.2.0, commit: 2d97f954eacf4199e796d7488ebbd2b47e3ccb28 */
/* playemjs 1.2.1, commit: 4f7a41e975c050339622456a76eddfcf147a967a */
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>playemjs 1.2.0 | Documentation</title>
<title>playemjs 1.2.1 | Documentation</title>
<meta name='description' content='Play&#39;em is a javascript component that manages a music/video track queue and plays a sequence of songs by embedding several players in a HTML DIV including Youtube, Soundcloud and Vimeo.'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>playemjs</h3>
<div class='mb1'><code>1.2.0</code></div>
<div class='mb1'><code>1.2.1</code></div>
<input
placeholder='Filter'
id='filter-input'
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": "playemjs",
"version": "1.2.0",
"version": "1.2.1",
"description": "Play'em is a javascript component that manages a music/video track queue and plays a sequence of songs by embedding several players in a HTML DIV including Youtube, Soundcloud and Vimeo.",
"directories": {
"test": "test"
Expand Down

0 comments on commit 4bb031e

Please sign in to comment.