diff --git a/bower.json b/bower.json index 3885f83..420775b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jqvmap", - "version": "1.1.0", + "version": "1.2.0", "homepage": "http://jqvmap.com", "authors": [ "Peter Schmalfeldlt " diff --git a/dist/jquery.vmap.js b/dist/jquery.vmap.js index d98f2e0..a6d2611 100644 --- a/dist/jquery.vmap.js +++ b/dist/jquery.vmap.js @@ -1,7 +1,7 @@ /*! * Peter Schmalfeldlt: jQuery Vector Map Library * @author me@peterschmalfeldt.com - * @version 1.1.0 + * @version 1.2.0 * @link http://peterschmalfeldt.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/dist/jquery.vmap.min.js b/dist/jquery.vmap.min.js index 0699504..10c98b0 100644 --- a/dist/jquery.vmap.min.js +++ b/dist/jquery.vmap.min.js @@ -1,7 +1,7 @@ /*! * Peter Schmalfeldlt: jQuery Vector Map Library * @author me@peterschmalfeldt.com - * @version 1.1.0 + * @version 1.2.0 * @link http://peterschmalfeldt.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 f3167e9..3a2d7c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jqvmap", - "version": "1.1.0", + "version": "1.2.0", "homepage": "http://jqvmap.com", "author": { "name": "Peter Schmalfeldlt",