Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Aug 25, 2018
1 parent d228691 commit 2e92a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.0-beta",
"version": "0.2.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
Expand Up @@ -3,7 +3,7 @@
// https://developers.google.com/web/fundamentals/primers/service-workers/
// chrome: chrome://inspect/#service-workers

var CACHE_NAME = 'dwv-jqui-cache_v0.2.0-beta';
var CACHE_NAME = 'dwv-jqui-cache_v0.2.0';
var urlsToCache = [
'./',
'./index.html',
Expand Down

0 comments on commit 2e92a06

Please sign in to comment.