Skip to content

Commit

Permalink
Beta v0.33.0-beta.40
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Apr 26, 2024
1 parent a285eb6 commit 7690071
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/dwv.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dwv.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dwv",
"version": "0.33.0-beta.39",
"version": "0.33.0-beta.40",
"description": "DICOM Web Viewer.",
"keywords": [
"DICOM",
Expand Down
4 changes: 2 additions & 2 deletions resources/doc/jsdoc.conf.json
Expand Up @@ -25,7 +25,7 @@
"package": "package.json",
"theme_opts": {
"title": "DWV",
"footer": "<i>Documentation generated for dwv v0.33.0-beta.39.</i>",
"footer": "<i>Documentation generated for dwv v0.33.0-beta.40.</i>",
"sections": [
"Tutorials",
"Namespaces",
Expand All @@ -50,7 +50,7 @@
"codepen": {
"enable_for": ["examples"],
"options": {
"js_external": "https://github.com/ivmartel/dwv/releases/download/v0.33.0-beta.39/dwv-0.33.0-beta.39.min.js",
"js_external": "https://github.com/ivmartel/dwv/releases/download/v0.33.0-beta.40/dwv-0.33.0-beta.40.min.js",
"html": "<div id='dwv'><div id='layerGroup0'></div></div>"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/dicom/dicomParser.js
Expand Up @@ -38,7 +38,7 @@ import {DataElement} from '../dicom/dataElement';
* @returns {string} The version of the library.
*/
export function getDwvVersion() {
return '0.33.0-beta.39';
return '0.33.0-beta.40';
}

/**
Expand Down

0 comments on commit 7690071

Please sign in to comment.