From 3bfb6c8e06bf82f4c190b5dcced4e796fc8c8849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=CC=8Ans=20Beckman?= Date: Sat, 30 Jan 2016 14:04:31 +0100 Subject: [PATCH] set version --- dist/milsymbol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/milsymbol.js b/dist/milsymbol.js index 35a9137c..47e45bef 100644 --- a/dist/milsymbol.js +++ b/dist/milsymbol.js @@ -33,7 +33,7 @@ For updates and more information go to http://www.spatialillusions.com var MS = new function(){ "use strict"; - this.version = '0.5.5b' + this.version = '0.5.5' console.log('milsymbol.js '+this.version+' - Copyright (c) 2015 Måns Beckman http://www.spatialillusions.com') //Constants var svgNS = "http://www.w3.org/2000/svg";