Skip to content

Commit

Permalink
-updated version number to .32 (missed .31 in the last build)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Spinelli committed Mar 14, 2018
1 parent 1b42051 commit 7cbca12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ armyc2.c2sd.renderer.utilities = armyc2.c2sd.renderer.utilities || {};
/** @class */
armyc2.c2sd.renderer.utilities.RendererSettings = (function () {

var _Version = "0.3.30";
var _Version = "0.3.32";
//outline approach. none, filled rectangle, outline (default),
//outline quick (outline will not exceed 1 pixels).
var _SymbologyStandard = 0,
Expand Down

0 comments on commit 7cbca12

Please sign in to comment.