decrease volume

This commit is contained in:
James B. Pollack 2016-02-01 17:16:27 -08:00
parent 25fe8583c8
commit 822a64a08b
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
(function() {
var self = this;
var baseURL = "https://hifi-content.s3.amazonaws.com/DomainContent/CellScience/";
var version = 8;
var version = 9;
this.preload = function(entityId) {
self.soundPlaying = false;
self.entityId = entityId;

View file

@ -5,7 +5,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
var version = 1003;
var version = 1004;
var cellLayout;
var baseLocation = "https://hifi-content.s3.amazonaws.com/DomainContent/CellScience/";