Skip to content

Commit

Permalink
Bumped version from 0.20.0-beta to 0.20.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jun 25, 2017
1 parent 9a8ef07 commit 7dcd625
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dwv",
"short_name": "dwv",
"description": "DICOM Web Viewer.",
"version": "0.20.0-beta",
"version": "0.20.0",
"manifest_version": 2,
"app": {
"urls": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dwv",
"version": "0.20.0-beta",
"version": "0.20.0",
"description": "DICOM Web Viewer.",
"keywords": [ "DICOM", "medical", "imaging" ],
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion resources/conquest/dwv-mobile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ print([[
<script type="text/javascript" src="/dwv/ext/ext/konva/konva-1.6.0.min.js"></script>
<!-- Local -->
<script type="text/javascript" src="/dwv/dwv-0.20.0-beta.min.js"></script>
<script type="text/javascript" src="/dwv/dwv-0.20.0.min.js"></script>
<!-- Launch the app -->
<script type="text/javascript" src="/dwv/viewers/mobile/appgui.js"></script>
]])
Expand Down
2 changes: 1 addition & 1 deletion resources/conquest/dwv-simple.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ print([[
<script type="text/javascript" src="/dwv/ext/rii-mango/lossless-min.js"></script>
<!-- Local -->
<script type="text/javascript" src="/dwv/dwv-0.20.0-beta.min.js"></script>
<script type="text/javascript" src="/dwv/dwv-0.20.0.min.js"></script>
<!-- Launch the app -->
<script type="text/javascript" src="/dwv/viewers/simple/appgui.js"></script>
]])
Expand Down
2 changes: 1 addition & 1 deletion resources/conquest/dwv-static.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ print([[
<script type="text/javascript" src="/dwv/ext/ext/konva/konva-1.6.0.min.js"></script>
<!-- Local -->
<script type="text/javascript" src="/dwv/dwv-0.20.0-beta.min.js"></script>
<script type="text/javascript" src="/dwv/dwv-0.20.0.min.js"></script>
<!-- Launch the app -->
<script type="text/javascript" src="/dwv/viewers/static/appgui.js"></script>
]])
Expand Down
2 changes: 1 addition & 1 deletion resources/scripts/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dwv",
"description": "DICOM Web Viewer.",
"version": "0.20.0-beta",
"version": "0.20.0",
"developer": {
"name": "ivmartel",
"url": "https://github.com/ivmartel"
Expand Down
2 changes: 1 addition & 1 deletion src/app/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dwv.App = function ()
* Get the version of the application.
* @return {String} The version of the application.
*/
this.getVersion = function () { return "v0.20.0-beta"; };
this.getVersion = function () { return "v0.20.0"; };

/**
* Get the image.
Expand Down
4 changes: 2 additions & 2 deletions viewers/mobile/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# v18 2017-04-19
# v19 2017-06-25

CACHE:

Expand All @@ -8,7 +8,7 @@ index.html
# css
/dwv/demo/stable/css/style.css
# js
/dwv/demo/stable/dwv-0.20.0-beta.min.js
/dwv/demo/stable/dwv-0.20.0.min.js
applauncher.js
appgui.js
# images
Expand Down
4 changes: 2 additions & 2 deletions viewers/static/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# v18 2017-04-19
# v19 2017-06-25

CACHE:

Expand All @@ -8,7 +8,7 @@ index.html
# css
/dwv/demo/stable/css/style.css
# js
/dwv/demo/stable/dwv-0.20.0-beta.min.js
/dwv/demo/stable/dwv-0.20.0.min.js
applauncher.js
appgui.js
# images
Expand Down

0 comments on commit 7dcd625

Please sign in to comment.