Skip to content

Commit

Permalink
Update dist from 0.23.3 to 0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Apr 17, 2018
1 parent 5b8077d commit af6e8f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dist/dwv.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
// like Node.

// i18next-xhr-backend: requires XMlHttpRequest
// Konva (requires 'canvas') and MagicWand are gui specific
// -> deactivated for now...
// Konva: requires 'canvas'
// MagicWand: no module, deactivated for now...

module.exports = factory(
require('i18next'),
require('i18next-xhr-backend'),
require('i18next-browser-languagedetector'),
require('jszip'),
null,
require('konva'),
null
);
} else {
Expand Down Expand Up @@ -3040,7 +3040,7 @@ dwv.dicom = dwv.dicom || {};
* Get the version of the library.
* @return {String} The version of the library.
*/
dwv.getVersion = function () { return "0.23.3"; };
dwv.getVersion = function () { return "0.23.4"; };

/**
* Clean string: trim and remove ending.
Expand Down
4 changes: 2 additions & 2 deletions dist/dwv.min.js

Large diffs are not rendered by default.

0 comments on commit af6e8f6

Please sign in to comment.