Skip to content

Commit

Permalink
Updated version number to v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Sep 24, 2013
1 parent db752a7 commit 07dcd85
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<div id="pageHeader">

<!-- Title -->
<h1>DICOM Web Viewer (<a href="https://github.com/ivmartel/dwv">dwv</a> v0.4beta)</h1>
<h1>DICOM Web Viewer (<a href="https://github.com/ivmartel/dwv">dwv</a> v0.4.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 @@ -75,7 +75,7 @@
<div data-role="page" id="main">

<div id="pageHeader" data-role="header">
<h1>DICOM Web Viewer (<a href="https://github.com/ivmartel/dwv">dwv</a> v0.4beta)</h1>
<h1>DWV v0.4.0</h1>
</div><!-- /header -->

<div id="pageMain" data-role="content" style="padding:2px;">
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.4.0beta",
"version": "0.4.0",
"homepage": "http://ivmartel.github.io/dwv/",
"description": "Simple javascript/HTML5 (only) 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.4.0beta.min.js"></script>
<script type="text/javascript" src="/dwv/dwv-0.4.0.min.js"></script>
<script type="text/javascript" src="/dwv/gui_ui.js"></script>
]])

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

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

0 comments on commit 07dcd85

Please sign in to comment.