Skip to content

Commit

Permalink
Updated version number from 0.13beta to 0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Nov 20, 2015
1 parent 615ac23 commit 93839c7
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
@@ -1,7 +1,7 @@
{
"name": "dwv",
"description": "Dicom Web Viewer.",
"version": "0.12.0",
"version": "0.13.0",
"app": {
"background": {
"scripts": ["/resources/chrome-background.js"]
Expand Down
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.13.0beta",
"version": "0.13.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.13.0beta",
"version": "0.13.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-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/kinetic/kinetic-v5.1.1-06.10.min.js"></script>
<!-- Local -->
<script type="text/javascript" src="/dwv/dwv-0.13.0beta.min.js"></script>
<script type="text/javascript" src="/dwv/dwv-0.13.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/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.13.0beta.min.js"></script>
<script type="text/javascript" src="/dwv/dwv-0.13.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 @@ -109,7 +109,7 @@ print([[
<script type="text/javascript" src="/dwv/ext/kinetic/kinetic-v5.1.1-06.10.min.js"></script>
<!-- Local -->
<script type="text/javascript" src="/dwv/dwv-0.13.0beta.min.js"></script>
<script type="text/javascript" src="/dwv/dwv-0.13.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.13.0beta"; };
this.getVersion = function () { return "v0.13.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
# v7 2015-10-19
# v8 2015-11-20

CACHE:

Expand All @@ -8,7 +8,7 @@ index.html
# css
/dwv/demo/stable/css/style.css
# js
/dwv/demo/stable/dwv-0.13.0beta.min.js
/dwv/demo/stable/dwv-0.13.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
# v7 2015-10-19
# v8 2015-11-20

CACHE:

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

0 comments on commit 93839c7

Please sign in to comment.