Skip to content

Commit

Permalink
1.2.4 initial patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hoch committed May 7, 2018
1 parent 043d0b4 commit 1093127
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ twistd.pid

node_modules/
pvt/

116 changes: 115 additions & 1 deletion build/omnitone.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/omnitone.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omnitone",
"version": "1.2.3",
"version": "1.2.4",
"description": "Spatial Audio Decoder in Web Audio API",
"main": "build/omnitone.js",
"keywords": [
Expand Down Expand Up @@ -30,8 +30,8 @@
"fsevents": "1.1.3"
},
"scripts": {
"build": "webpack --mode production --progress --color",
"build-all": "webpack --mode production --progress --color && webpack --mode production --config webpack.config.all.js --progress --color",
"build": "webpack --mode development --progress --color",
"build-all": "webpack --mode development --progress --color && webpack --mode production --config webpack.config.all.js --progress --color",
"build-hrir": "node src/resources/build-hrir-base64.js",
"build-doc": "node_modules/.bin/jsdoc src/omnitone.js -d doc/",
"eslint": "./node_modules/.bin/eslint src/*",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
* Omnitone library version
* @type {String}
*/
module.exports = '1.2.3';
module.exports = '1.2.4';

0 comments on commit 1093127

Please sign in to comment.