From 0c10371eab313f1e6a8f7113fb0549d7b5c6a1ac Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 22 Jun 2022 01:16:33 +0000 Subject: [PATCH] --- notes/deploy.txt | 2 +- util/RfVersion.cs | 2 +- wwwroot/default.htm | 112 +++++++++++++++++++++--------------------- wwwroot/js/app.api.js | 2 +- 4 files changed, 59 insertions(+), 59 deletions(-) diff --git a/notes/deploy.txt b/notes/deploy.txt index b37f980..8ff59fd 100644 --- a/notes/deploy.txt +++ b/notes/deploy.txt @@ -5,7 +5,7 @@ 1) SET VERSION SET app.api RFVERSION property -RENAME ?RFV5.1 parameter in default.htm to the new version so all files update on mobile +RENAME ?rfv=6.16 parameter in default.htm to the new version so all files update on mobile 1.5) Run buildtemplates.bat if handlebars templates have changed at all diff --git a/util/RfVersion.cs b/util/RfVersion.cs index e00155f..ebe8e9d 100644 --- a/util/RfVersion.cs +++ b/util/RfVersion.cs @@ -2,7 +2,7 @@ namespace rockfishCore.Util { public static class RfVersion { - public const string NumberOnly="6.15"; + public const string NumberOnly="6.16"; public const string Full = "Rockfish server " + NumberOnly; } } \ No newline at end of file diff --git a/wwwroot/default.htm b/wwwroot/default.htm index ec53f6b..a02c519 100644 --- a/wwwroot/default.htm +++ b/wwwroot/default.htm @@ -11,73 +11,73 @@ Rockfish loading.... - - - - - + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + \ No newline at end of file diff --git a/wwwroot/js/app.api.js b/wwwroot/js/app.api.js index 3dd6c8f..8c60832 100644 --- a/wwwroot/js/app.api.js +++ b/wwwroot/js/app.api.js @@ -29,7 +29,7 @@ app.api = (function () { generateFromRequest, licenseEmailResponse; - RockFishVersion = "6.15"; + RockFishVersion = "6.16"; ////////////////////////////////////////////////////////////////////////////////////// // NOT AUTHORIZED ERROR HANDLER