Skip to content

Commit

Permalink
Version 3.3.1 Build
Browse files Browse the repository at this point in the history
  • Loading branch information
danpastori committed Aug 22, 2018
1 parent da4ba48 commit f44d201
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
8 changes: 5 additions & 3 deletions dist/amplitude.js

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

6 changes: 1 addition & 5 deletions dist/amplitude.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/amplitude.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplitudejs",
"version": "3.3.0",
"version": "3.3.1",
"description": "A JavaScript library that allows you to control the design of your media controls in your webpage -- not the browser. No dependencies (jQuery not required) https://521dimensions.com/open-source/amplitudejs",
"main": "dist/amplitude.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @property {number} config.delay - Sets the delay between songs in MS.
*/
module.exports = {
version: '3.3.0',
version: '3.3.1',

active_song: new Audio(),

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name Amplitude.js
* @version 3.3.0
* @version 3.3.1
* @author Dan Pastori (521 Dimensions) <dan@521dimensions.com>
*/

Expand Down

0 comments on commit f44d201

Please sign in to comment.