diff --git a/apps/multidice/ChangeLog b/apps/multidice/ChangeLog index 08981ebfc..84b20801f 100644 --- a/apps/multidice/ChangeLog +++ b/apps/multidice/ChangeLog @@ -24,3 +24,4 @@ 1.22: ok the buzzing *might* work now 1.23: forgot to resolve the promise 1.24: fixed dumb errors +1.25: god I hope this works diff --git a/apps/multidice/app.js b/apps/multidice/app.js index 03380ee39..9f74b1a09 100644 --- a/apps/multidice/app.js +++ b/apps/multidice/app.js @@ -84,8 +84,7 @@ function accelHandler (xyz) { if (xyz.diff >= 0.3) { menu = false; - //rollDice(); - //mutex (rollDice); + mutex (rollDice); } } @@ -166,6 +165,5 @@ Bangle.on ('accel', accelHandler); setWatch (function() { menu = false; - //rollDice(); mutex (rollDice); }, BTN, {repeat: true, edge: "falling", debounce: 10}); diff --git a/apps/multidice/metadata.json b/apps/multidice/metadata.json index 999446eac..a6de27ac1 100644 --- a/apps/multidice/metadata.json +++ b/apps/multidice/metadata.json @@ -1,7 +1,7 @@ { "id": "multidice", "name": "multiple dice roller", "shortName":"multidice", - "version":"1.24", + "version":"1.25", "description": "roll anywhere from 1-8 dice at the same time", "icon": "app.png", "tags": "tool,game",