diff --git a/package.json b/package.json index ca6d4e8d08..ef5cb412d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dwv", - "version": "0.24.0", + "version": "0.25.0-beta", "description": "DICOM Web Viewer.", "keywords": [ "DICOM", diff --git a/src/dicom/dicomParser.js b/src/dicom/dicomParser.js index 7919c591a7..f4ab8a797a 100755 --- a/src/dicom/dicomParser.js +++ b/src/dicom/dicomParser.js @@ -7,7 +7,7 @@ dwv.dicom = dwv.dicom || {}; * Get the version of the library. * @return {String} The version of the library. */ -dwv.getVersion = function () { return "0.24.0"; }; +dwv.getVersion = function () { return "0.25.0-beta"; }; /** * Clean string: trim and remove ending.