Skip to content

Commit

Permalink
Updated version number from 0.5.0beta to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Dec 17, 2013
1 parent a0719b5 commit 2e0e5e1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cache-m.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# v1 2013-12-12
# v1 2013-12-17

CACHE:

Expand All @@ -8,7 +8,7 @@ index.html
# css: local
style.css
# js: local
dwv-0.5.0beta.min.js
dwv-0.5.0.min.js
applauncher-m.js
# images
resources/double_tap.png
Expand Down
4 changes: 2 additions & 2 deletions cache.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# v1 2013-12-12
# v1 2013-12-17

CACHE:

Expand All @@ -8,7 +8,7 @@ index.html
# css: local
style.css
# js: local
dwv-0.5.0beta.min.js
dwv-0.5.0.min.js
applauncher-s.js
# images
resources/double_click.png
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div id="pageHeader">

<!-- Title #dwvversion -->
<h1>DICOM Web Viewer (<a href="https://github.com/ivmartel/dwv">dwv</a> v0.5.0beta)</h1>
<h1>DICOM Web Viewer (<a href="https://github.com/ivmartel/dwv">dwv</a> v0.5.0)</h1>

<!-- Toolbar -->
<div id="toolbar">
Expand Down
2 changes: 1 addition & 1 deletion index.m.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

<!-- pageHeader #dwvversion -->
<div id="pageHeader" data-role="header">
<h1>DWV v0.5.0beta</h1>
<h1>DWV v0.5.0</h1>
<a href="#help_page" data-icon="carat-r" class="ui-btn-right"
data-transition="slide">Help</a>
</div><!-- /pageHeader -->
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.5.0beta",
"version": "0.5.0",
"launch_path": "/index.m.html",
"icons": {
"16": "/resources/dwv-16.png",
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.5.0beta",
"version": "0.5.0",
"homepage": "http://ivmartel.github.io/dwv/",
"description": "Dicom Web Viewer.",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions resources/dwv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ print([[
-- path with extra /dwv
print([[
<!-- Local -->
<script type="text/javascript" src="/dwv/dwv-0.5.0beta.min.js"></script>
<script type="text/javascript" src="/dwv/dwv-0.5.0.min.js"></script>
]])


Expand Down Expand Up @@ -183,7 +183,7 @@ print([[<div id="pageHeader">]])

print([[
<!-- Title #dwvversion -->
<h1>DICOM Web Viewer (<a href="https://github.com/ivmartel/dwv">dwv</a> v0.5.0beta)</h1>
<h1>DICOM Web Viewer (<a href="https://github.com/ivmartel/dwv">dwv</a> v0.5.0)</h1>
<!-- Toolbar -->
<div id="toolbar">
Expand Down

0 comments on commit 2e0e5e1

Please sign in to comment.