diff --git a/bower.json b/bower.json index 0c09fc0fe5..4ab7e31293 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "geojs", - "version": "0.15.0", + "version": "0.15.1", "description": "JavaScript Geo visualization and Analysis Library", "homepage": "https://github.com/OpenGeoscience/geojs", "main": "geo.js", diff --git a/docs/conf.py b/docs/conf.py index d896e777ff..fa19142ec8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,7 +73,7 @@ # built documents. # # The short X.Y version. -version = '0.15.0' +version = '0.15.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/geo.js b/geo.js index 7649e3954c..2149aebef7 100644 --- a/geo.js +++ b/geo.js @@ -1,10 +1,10 @@ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') - module.exports = factory((function webpackLoadOptionalExternalModule() { try { return require("Hammer"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("d3"); } catch(e) {} }())); + module.exports = factory((function webpackLoadOptionalExternalModule() { try { return require("hammerjs"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("d3"); } catch(e) {} }())); else if(typeof define === 'function' && define.amd) - define(["Hammer", "d3"], factory); + define(["hammerjs", "d3"], factory); else if(typeof exports === 'object') - exports["geo"] = factory((function webpackLoadOptionalExternalModule() { try { return require("Hammer"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("d3"); } catch(e) {} }())); + exports["geo"] = factory((function webpackLoadOptionalExternalModule() { try { return require("hammerjs"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("d3"); } catch(e) {} }())); else root["geo"] = factory(root["Hammer"], root["d3"]); })(this, function(__WEBPACK_EXTERNAL_MODULE_224__, __WEBPACK_EXTERNAL_MODULE_230__) { @@ -49217,7 +49217,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 224 */ /***/ (function(module, exports) { - if(typeof __WEBPACK_EXTERNAL_MODULE_224__ === 'undefined') {var e = new Error("Cannot find module \"Hammer\""); e.code = 'MODULE_NOT_FOUND'; throw e;} + if(typeof __WEBPACK_EXTERNAL_MODULE_224__ === 'undefined') {var e = new Error("Cannot find module \"undefined\""); e.code = 'MODULE_NOT_FOUND'; throw e;} module.exports = __WEBPACK_EXTERNAL_MODULE_224__; /***/ }), @@ -57553,14 +57553,14 @@ return /******/ (function(modules) { // webpackBootstrap /* 249 */ /***/ (function(module, exports, __webpack_require__) { - module.exports = ("0.15.0"); + module.exports = ("0.15.1"); /***/ }), /* 250 */ /***/ (function(module, exports, __webpack_require__) { - module.exports = ("ce723a70f8a5d821a880b6a24a3adae0f92bc26c"); + module.exports = ("4617718854f3f1956bc8d7e8fe707882903451ff"); /***/ }), diff --git a/package-lock.json b/package-lock.json index 2991bdc654..8ee1669951 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "geojs", - "version": "0.15.0", + "version": "0.15.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7babda6306..a24e80ea46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geojs", - "version": "0.15.0", + "version": "0.15.1", "description": "JavaScript Geo visualization and Analysis Library", "homepage": "https://github.com/OpenGeoscience/geojs", "license": "Apache-2.0",