Skip to content

Commit

Permalink
Updated version number from 0.12.0beta to 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Oct 19, 2015
1 parent 865e513 commit eb0dbd7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dwv",
"description": "Dicom Web Viewer.",
"version": "0.12.0beta",
"version": "0.12.0",
"developer": {
"name": "ivmartel",
"url": "https://github.com/ivmartel"
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.12.0beta",
"version": "0.12.0",
"homepage": "http://ivmartel.github.io/dwv/",
"description": "Dicom Web Viewer.",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion resources/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/notmasteryet/jpg.js"></script>
<!-- Local -->
<script type="text/javascript" src="/dwv/dwv-0.12.0beta.min.js"></script>
<script type="text/javascript" src="/dwv/dwv-0.12.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/dwv-static.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ print([[
<script type="text/javascript" src="/dwv/ext/notmasteryet/jpg.js"></script>
<!-- Local -->
<script type="text/javascript" src="/dwv/dwv-0.12.0beta.min.js"></script>
<script type="text/javascript" src="/dwv/dwv-0.12.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 src/app/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dwv.App = function ()
* @method getVersion
* @return {String} The version of the application.
*/
this.getVersion = function () { return "v0.12.0beta"; };
this.getVersion = function () { return "v0.12.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
# v6 2015-09-30
# v7 2015-10-19

CACHE:

Expand All @@ -8,7 +8,7 @@ index.html
# css
/dwv/demo/stable/css/style.css
# js
/dwv/demo/stable/dwv-0.12.0beta.min.js
/dwv/demo/stable/dwv-0.12.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
# v6 2015-09-30
# v7 2015-10-19

CACHE:

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

0 comments on commit eb0dbd7

Please sign in to comment.