From 1147db8a5874b01128c9d1ae136bfb1089c07cd2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 27 Oct 2022 18:30:52 +0000 Subject: [PATCH] build and deploy latest version (removed dev trial key route) --- notes/deploy.txt | 2 +- util/RfVersion.cs | 2 +- wwwroot/default.htm | 116 +++++++++++++++++++++--------------------- wwwroot/js/app.api.js | 2 +- 4 files changed, 61 insertions(+), 61 deletions(-) diff --git a/notes/deploy.txt b/notes/deploy.txt index 9d04e75..c932d90 100644 --- a/notes/deploy.txt +++ b/notes/deploy.txt @@ -5,7 +5,7 @@ 1) SET VERSION SET app.api RFVERSION property -RENAME ?rfv=6.26 parameter in default.htm to the new version so all files update on mobile +RENAME ?rfv=6.27 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 eced459..686c0cd 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.26"; + public const string NumberOnly="6.27"; public const string Full = "Rockfish server " + NumberOnly; } } \ No newline at end of file diff --git a/wwwroot/default.htm b/wwwroot/default.htm index 570214b..99088f8 100644 --- a/wwwroot/default.htm +++ b/wwwroot/default.htm @@ -11,76 +11,76 @@ Rockfish loading.... - - - - - + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + \ No newline at end of file diff --git a/wwwroot/js/app.api.js b/wwwroot/js/app.api.js index b9d6155..b8c96fe 100644 --- a/wwwroot/js/app.api.js +++ b/wwwroot/js/app.api.js @@ -30,7 +30,7 @@ app.api = (function () { licenseEmailResponse, test; - RockFishVersion = "6.26"; + RockFishVersion = "6.27"; ////////////////////////////////////////////////////////////////////////////////////// // NOT AUTHORIZED ERROR HANDLER