diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f077b..a8022b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Change Log ====== +Version 1.3.1 +--- + +`Released on December 4th, 2015` + +1. Fixes issue with scaleColors not working. + Version 1.3.0 --- diff --git a/bower.json b/bower.json index 21fd944..dc9093d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jqvmap", - "version": "1.3.0", + "version": "1.3.1", "homepage": "http://jqvmap.com", "authors": [ "JQVMap" diff --git a/dist/jquery.vmap.js b/dist/jquery.vmap.js index c18ef13..75a538a 100644 --- a/dist/jquery.vmap.js +++ b/dist/jquery.vmap.js @@ -1,7 +1,7 @@ /*! * JQVMap: jQuery Vector Map Library * @author JQVMap - * @version 1.3.0 + * @version 1.3.1 * @link http://jqvmap.com * @license https://raw.githubusercontent.com/manifestinteractive/jqvmap/master/LICENSE * @builddate 2015/12/05 diff --git a/dist/jquery.vmap.min.js b/dist/jquery.vmap.min.js index 1154f23..7098df1 100644 --- a/dist/jquery.vmap.min.js +++ b/dist/jquery.vmap.min.js @@ -1,7 +1,7 @@ /*! * JQVMap: jQuery Vector Map Library * @author me@peterschmalfeldt.com - * @version 1.3.0 + * @version 1.3.1 * @link http://jqvmap.com * @license Unauthorized copying of this file, via any medium is strictly prohibited. * This file cannot be copied and/or distributed without express written consent from @author. diff --git a/package.json b/package.json index 25ba9cf..cb05ef3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jqvmap", - "version": "1.3.0", + "version": "1.3.1", "homepage": "http://jqvmap.com", "author": { "name": "JQVMap",