From b7d370f9f1af08b9a7b4f8c8fa47424749af0521 Mon Sep 17 00:00:00 2001 From: ivmartel Date: Tue, 23 Aug 2016 00:55:36 +0200 Subject: [PATCH] Bimped version number from 0.15.0 to 0.16.0. --- bower.json | 2 +- manifest.json | 2 +- package.json | 2 +- resources/dwv-mobile.lua | 2 +- resources/dwv-simple.lua | 2 +- resources/dwv-static.lua | 2 +- resources/manifest.webapp | 2 +- src/app/application.js | 2 +- viewers/mobile/cache.manifest | 4 ++-- viewers/static/cache.manifest | 4 ++-- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index 6127049b82..da435f6a83 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "dwv", - "version": "0.15.0", + "version": "0.16.0", "homepage": "https://ivmartel.github.io/dwv/", "authors" : [ "ivmartel" diff --git a/manifest.json b/manifest.json index 422fcc4d6c..c7ece7551a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "dwv", "short_name": "dwv", "description": "DICOM Web Viewer.", - "version": "0.15.0", + "version": "0.16.0", "manifest_version": 2, "app": { "urls": [ diff --git a/package.json b/package.json index 67e317bb01..3925e1944e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dwv", - "version": "0.15.0", + "version": "0.16.0", "homepage": "https://ivmartel.github.io/dwv/", "description": "DICOM Web Viewer.", "license": "GPL-3.0", diff --git a/resources/dwv-mobile.lua b/resources/dwv-mobile.lua index e027d1cd29..0b402c1fb4 100644 --- a/resources/dwv-mobile.lua +++ b/resources/dwv-mobile.lua @@ -103,7 +103,7 @@ print([[ - + ]]) diff --git a/resources/dwv-simple.lua b/resources/dwv-simple.lua index 1856fd94ba..bc3a6535d9 100644 --- a/resources/dwv-simple.lua +++ b/resources/dwv-simple.lua @@ -95,7 +95,7 @@ print([[ - + ]]) diff --git a/resources/dwv-static.lua b/resources/dwv-static.lua index 7120c01bfe..4fea937ce8 100644 --- a/resources/dwv-static.lua +++ b/resources/dwv-static.lua @@ -109,7 +109,7 @@ print([[ - + ]]) diff --git a/resources/manifest.webapp b/resources/manifest.webapp index 7c80f86381..46aea42e36 100644 --- a/resources/manifest.webapp +++ b/resources/manifest.webapp @@ -1,7 +1,7 @@ { "name": "dwv", "description": "DICOM Web Viewer.", - "version": "0.15.0", + "version": "0.16.0", "developer": { "name": "ivmartel", "url": "https://github.com/ivmartel" diff --git a/src/app/application.js b/src/app/application.js index 2e81aaaf66..420586d9c6 100644 --- a/src/app/application.js +++ b/src/app/application.js @@ -87,7 +87,7 @@ dwv.App = function () * Get the version of the application. * @return {String} The version of the application. */ - this.getVersion = function () { return "v0.15.0"; }; + this.getVersion = function () { return "v0.16.0"; }; /** * Get the image. diff --git a/viewers/mobile/cache.manifest b/viewers/mobile/cache.manifest index 33870e0821..e90e6fbfc7 100644 --- a/viewers/mobile/cache.manifest +++ b/viewers/mobile/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -# v11 2016-07-19 +# v12 2016-08-22 CACHE: @@ -8,7 +8,7 @@ index.html # css /dwv/demo/stable/css/style.css # js -/dwv/demo/stable/dwv-0.15.0.min.js +/dwv/demo/stable/dwv-0.16.0.min.js applauncher.js appgui.js # images diff --git a/viewers/static/cache.manifest b/viewers/static/cache.manifest index 92485f70f4..5753c741a6 100644 --- a/viewers/static/cache.manifest +++ b/viewers/static/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -# v11 2016-07-19 +# v12 2016-08-22 CACHE: @@ -8,7 +8,7 @@ index.html # css /dwv/demo/stable/css/style.css # js -/dwv/demo/stable/dwv-0.15.0.min.js +/dwv/demo/stable/dwv-0.16.0.min.js applauncher.js appgui.js # images