Skip to content

Commit

Permalink
new dist to fix peak calculation issue in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
raphywink committed Jul 4, 2017
1 parent 73aedd6 commit cb584ca
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emuwebapp",
"version": "0.1.8",
"version": "0.1.9",
"dependencies": {
"jquery": "^3.1.1",
"angular": "^1.5.8",
Expand Down
6 changes: 6 additions & 0 deletions dist/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# What's New

## Version 0.1.9

### bug fixes

- mini fix for firefox as firefox throws a type error if you put a non-int into new Float23array() which takes a number as an argument... interesting! Math.round() fixes the issue

## Version 0.1.8

### new features / performance tweaks / improvements
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-51798885-1');
ga('send', 'pageview'); </script> <script src="scripts/vendor.bbf54c88.js"></script> <script src="scripts/scripts.22560d7c.js"></script> </body> </html>
ga('send', 'pageview'); </script> <script src="scripts/vendor.bbf54c88.js"></script> <script src="scripts/scripts.a65c8eb0.js"></script> </body> </html>
4 changes: 2 additions & 2 deletions dist/manifest.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# rev 1 - 2017-07-03T13:05:04.961Z
# rev 1 - 2017-07-04T15:20:48.212Z

CACHE:
404.html
Expand Down Expand Up @@ -86,7 +86,7 @@ schemaFiles/DBconfigFileSchema.json
schemaFiles/designSchema.json
schemaFiles/emuwebappConfigSchema.json
schemaFiles/globalDBschema.json
scripts/scripts.22560d7c.js
scripts/scripts.a65c8eb0.js
scripts/vendor.bbf54c88.js
scripts/workers/espsParserWorkerClass.131a7761.js
scripts/workers/spectroDrawingWorkerClass.7e0ea709.js
Expand Down
6 changes: 3 additions & 3 deletions dist/manual/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ author: Raphael Winkelmann
![icon](assets/EMU-webAppIcon-roundCorners.svg)


- **Version: 0.1.8**
- *Build time stamp: Mon Jul 03 2017 15:05:03*
- *Build GIT SHA-1: 373774c18eb50483e3dc3c928c949c80cb94b10c - master*
- **Version: 0.1.9**
- *Build time stamp: Tue Jul 04 2017 17:20:47*
- *Build GIT SHA-1: 73aedd6c8f13aea83049273042e723c3d14c30c8 - master*
- *EMU-webApp-websocket-protocol version: 0.0.2*

---------------------
Expand Down

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": "emuwebapp",
"version": "0.1.8",
"version": "0.1.9",
"description": "The EMU-webApp is an online and offline Web-App for labeling, visualizing and correcting speech and derived speech data.",
"main": "app/scripts/app.js",
"author": "Raphael Winkelmann, Georg Raess",
Expand Down

0 comments on commit cb584ca

Please sign in to comment.