From d9370b762b9f31d7a83fe1d83ffc2a491ff97484 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 4 Jul 2019 18:51:47 +0000 Subject: [PATCH] --- util/RfVersion.cs | 2 +- wwwroot/default.htm | 104 +++++++++++++++++++++--------------------- wwwroot/js/app.api.js | 2 +- 3 files changed, 54 insertions(+), 54 deletions(-) diff --git a/util/RfVersion.cs b/util/RfVersion.cs index 40dbc78..fc08387 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.7"; + public const string NumberOnly="6.8"; public const string Full = "Rockfish server " + NumberOnly; } } \ No newline at end of file diff --git a/wwwroot/default.htm b/wwwroot/default.htm index 6a87516..9b5d2e3 100644 --- a/wwwroot/default.htm +++ b/wwwroot/default.htm @@ -11,69 +11,69 @@ Rockfish loading.... - - - - - + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + \ No newline at end of file diff --git a/wwwroot/js/app.api.js b/wwwroot/js/app.api.js index ce726bd..b8f4f5e 100644 --- a/wwwroot/js/app.api.js +++ b/wwwroot/js/app.api.js @@ -27,7 +27,7 @@ app.api = (function() { generateFromRequest, licenseEmailResponse; - RockFishVersion = "6.6"; + RockFishVersion = "6.8"; ////////////////////////////////////////////////////////////////////////////////////// // NOT AUTHORIZED ERROR HANDLER