Skip to content

Commit

Permalink
Bump version from 0.6.0-beta to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Dec 30, 2021
1 parent 5b561f0 commit 3632a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dwv-jqui",
"version": "0.6.0-beta",
"version": "0.6.0",
"description": "Medical viewer using DWV (DICOM Web Viewer) and jQuery UI.",
"keywords": [
"DICOM",
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://developers.google.com/web/fundamentals/primers/service-workers/
// chrome: chrome://inspect/#service-workers

var CACHE_NAME = 'dwv-jqui-cache_v0.6.0-beta';
var CACHE_NAME = 'dwv-jqui-cache_v0.6.0';
var urlsToCache = [
'./',
'./index.html',
Expand Down
2 changes: 1 addition & 1 deletion src/applauncher.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function startApp() {
dwvjq.gui.setup();

// show dwv version
dwvjq.gui.appendVersionHtml('0.6.0-beta');
dwvjq.gui.appendVersionHtml('0.6.0');

// application options
var filterList = ['Threshold', 'Sharpen', 'Sobel'];
Expand Down

0 comments on commit 3632a91

Please sign in to comment.