diff --git a/GroupInitiative/GroupInitiative.js b/GroupInitiative/GroupInitiative.js index 34a94a0843..22322fce71 100644 --- a/GroupInitiative/GroupInitiative.js +++ b/GroupInitiative/GroupInitiative.js @@ -5,8 +5,8 @@ var GroupInitiative = GroupInitiative || (function() { 'use strict'; - var version = '0.9.3', - lastUpdate = 1432152561, + var version = '0.9.4', + lastUpdate = 1432171923, schemaVersion = 0.10, bonusCache = {}, sorters = { @@ -173,7 +173,7 @@ var GroupInitiative = GroupInitiative || (function() { statAdjustments = { 'Stat-DnD': { func: function(v) { - return 'floor((('+v+')-10)/2))'; + return 'floor((('+v+')-10)/2)'; }, desc: 'Calculates the bonus as if the value were a DnD Stat.' }, diff --git a/GroupInitiative/package.json b/GroupInitiative/package.json index e7994690fa..518f7ede7f 100644 --- a/GroupInitiative/package.json +++ b/GroupInitiative/package.json @@ -1,6 +1,6 @@ { "name": "GroupInitiative", - "version": "0.9.3", + "version": "0.9.4", "description": "Adds the selected tokens to the turn order after rolling their initiative + configurable data.", "authors": "The Aaron", "roll20userid": "104025",