From 0a5a7567887ffedc2533664d4ab4a9e46a9e9c04 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 12 Sep 2022 23:21:07 +0000 Subject: [PATCH] --- notes/deploy.txt | 4 +- util/RfVersion.cs | 2 +- wwwroot/default.htm | 116 +++++++++++++++++++++--------------------- wwwroot/js/app.api.js | 2 +- 4 files changed, 62 insertions(+), 62 deletions(-) diff --git a/notes/deploy.txt b/notes/deploy.txt index 944cd93..39b7fd0 100644 --- a/notes/deploy.txt +++ b/notes/deploy.txt @@ -5,7 +5,7 @@ 1) SET VERSION SET app.api RFVERSION property -RENAME ?rfv=6.23 parameter in default.htm to the new version so all files update on mobile +RENAME ?rfv=6.24 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 @@ -31,7 +31,7 @@ in rockfish.last to copy over all current rockfish files and folders: root@ubuntu-s-1vcpu-1gb-amd-sfo3-01:/srv/coreapps/rockfish.last# cp -a ../rockfish/. . -2.9) delete all in rockfish folder except db folder AND ** JSON CONFIG FILES ** +2.9) delete all in rockfish folder except db folder AND ** JSON CONFIG FILES ** AND *RFDOCS* which are updated and built separately If it won't start it's likely the .json config files are not present, copy back from rockfish.last diff --git a/util/RfVersion.cs b/util/RfVersion.cs index 457755b..81cca75 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.23"; + public const string NumberOnly="6.24"; public const string Full = "Rockfish server " + NumberOnly; } } \ No newline at end of file diff --git a/wwwroot/default.htm b/wwwroot/default.htm index 5a411b2..31db189 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 7995c79..3b282af 100644 --- a/wwwroot/js/app.api.js +++ b/wwwroot/js/app.api.js @@ -30,7 +30,7 @@ app.api = (function () { licenseEmailResponse, test; - RockFishVersion = "6.23"; + RockFishVersion = "6.24"; ////////////////////////////////////////////////////////////////////////////////////// // NOT AUTHORIZED ERROR HANDLER