diff --git a/client/bin/www b/client/bin/www index b4e81797..f0ec009f 100644 --- a/client/bin/www +++ b/client/bin/www @@ -112,5 +112,5 @@ function onListening() { debug('Listening on ' + bind); } -console.log("DCS Olympus server v1.0.0 started correctly!") +console.log("DCS Olympus server v1.0.1 started correctly!") console.log("Waiting for connections...") diff --git a/client/package-lock.json b/client/package-lock.json index fc334c23..94bf7579 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "DCSOlympus", - "version": "v1.0.0", + "version": "v1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "DCSOlympus", - "version": "v1.0.0", + "version": "v1.0.1", "dependencies": { "@turf/turf": "^6.5.0", "body-parser": "^1.20.2", diff --git a/client/package.json b/client/package.json index 8835ba2c..1f4ad71c 100644 --- a/client/package.json +++ b/client/package.json @@ -2,7 +2,7 @@ "name": "DCSOlympus", "node-main": "./bin/www", "main": "http://localhost:3000", - "version": "v1.0.0", + "version": "v1.0.1", "private": true, "scripts": { "build": "browserify .\\src\\index.ts --debug -o .\\public\\javascripts\\bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ] && copy.bat", diff --git a/client/src/olympusapp.ts b/client/src/olympusapp.ts index fb75f9c2..ae03fd62 100644 --- a/client/src/olympusapp.ts +++ b/client/src/olympusapp.ts @@ -29,7 +29,7 @@ import { UnitListPanel } from "./panels/unitlistpanel"; import { ContextManager } from "./context/contextmanager"; import { Context } from "./context/context"; -var VERSION = "v1.0.0"; +var VERSION = "v1.0.1"; var DEBUG = false; export class OlympusApp { diff --git a/client/views/other/dialogs/splash.ejs b/client/views/other/dialogs/splash.ejs index b2695b15..7835a155 100644 --- a/client/views/other/dialogs/splash.ejs +++ b/client/views/other/dialogs/splash.ejs @@ -3,7 +3,7 @@

DCS Olympus

Dynamic Unit Command

-
Version v1.0.0
+
Version v1.0.1
Latest version
diff --git a/client/views/toolbars/primary.ejs b/client/views/toolbars/primary.ejs index aa608465..1ccd2411 100644 --- a/client/views/toolbars/primary.ejs +++ b/client/views/toolbars/primary.ejs @@ -6,7 +6,7 @@

DCS Olympus

-
version v1.0.0
+
version v1.0.1
Discord diff --git a/configurator/configurator/configurator.cpp b/configurator/configurator/configurator.cpp index 539f77bc..168eb8c3 100644 --- a/configurator/configurator/configurator.cpp +++ b/configurator/configurator/configurator.cpp @@ -39,7 +39,7 @@ void SetStdinEcho(bool enable = true) int main(int argc, char* argv[]) { - cout << "DCS Olympus configurator v1.0.0" << endl << endl << endl; + cout << "DCS Olympus configurator v1.0.1" << endl << endl << endl; SHA256 sha256; diff --git a/installer/olympus.iss b/installer/olympus.iss index 843777c1..338c34df 100644 --- a/installer/olympus.iss +++ b/installer/olympus.iss @@ -1,6 +1,6 @@ #define nwjsFolder "..\..\nwjs\" #define nodejsFolder "..\..\node\" -#define version "v1.0.0" +#define version "v1.0.1" [Setup] AppName=DCS Olympus diff --git a/mod/entry.lua b/mod/entry.lua index c9dc3bd3..c7ed3a6a 100644 --- a/mod/entry.lua +++ b/mod/entry.lua @@ -15,7 +15,7 @@ declare_plugin(self_ID, shortName = "Olympus", fileMenuName = "Olympus", - version = "v1.0.0", + version = "v1.0.1", state = "installed", developerName= "DCS Refugees 767 squadron", info = _("DCS Olympus is a mod for DCS World. It allows users to spawn, control, task, group, and remove units from a DCS World server using a real-time map interface, similarly to Real Time Strategy games. The user interface also provides useful informations units, like loadouts, fuel, tasking, and so on. In the future, more features for DCS World GCI and JTAC will be available."), diff --git a/scripts/OlympusCommand.lua b/scripts/OlympusCommand.lua index 78e13ec5..74b2cb54 100644 --- a/scripts/OlympusCommand.lua +++ b/scripts/OlympusCommand.lua @@ -1,4 +1,4 @@ -local version = "v1.0.0" +local version = "v1.0.1" local debug = false -- True enables debug printing using DCS messages diff --git a/scripts/OlympusHook.lua b/scripts/OlympusHook.lua index fa1d9b5c..e56fe643 100644 --- a/scripts/OlympusHook.lua +++ b/scripts/OlympusHook.lua @@ -1,4 +1,4 @@ -local version = 'v1.0.0' +local version = 'v1.0.1' local lfs = require("lfs") Olympus = {} diff --git a/src/shared/include/defines.h b/src/shared/include/defines.h index 7992bf25..d1e22a05 100644 --- a/src/shared/include/defines.h +++ b/src/shared/include/defines.h @@ -1,6 +1,6 @@ #pragma once -#define VERSION "v1.0.0" +#define VERSION "v1.0.1" #define LOG_NAME "Olympus_log.txt" #define REST_ADDRESS "http://localhost:30000" #define REST_URI "olympus" diff --git a/version.json b/version.json index 77dfc03d..b40ab536 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.0.0" + "version": "v1.0.1" }