Skip to content

Commit

Permalink
Merge pull request #788 from OpenGeoscience/version-0.15.1
Browse files Browse the repository at this point in the history
Update to version 0.15.1
  • Loading branch information
jbeezley authored Mar 1, 2018
2 parents 4617718 + e7519e0 commit 675fa21
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions geo.js
Original file line number Diff line number Diff line change
@@ -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__) {
Expand Down Expand Up @@ -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__;

/***/ }),
Expand Down Expand Up @@ -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");


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 675fa21

Please sign in to comment.