Skip to content

Commit

Permalink
Bump version from 0.24.0 to 0.25.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Aug 24, 2018
1 parent 4289e5f commit c0f2f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dwv",
"version": "0.24.0",
"version": "0.25.0-beta",
"description": "DICOM Web Viewer.",
"keywords": [
"DICOM",
Expand Down
2 changes: 1 addition & 1 deletion src/dicom/dicomParser.js
Expand Up @@ -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.
Expand Down

0 comments on commit c0f2f05

Please sign in to comment.