diff --git a/Platform/Client/httpInterface.js b/Platform/Client/httpInterface.js index 95be4ac2f1..2d901f6e8c 100644 --- a/Platform/Client/httpInterface.js +++ b/Platform/Client/httpInterface.js @@ -1861,7 +1861,7 @@ exports.newHttpInterface = function newHttpInterface() { let folder = unescape(requestPath[3]) let fileName = unescape(requestPath[4]) - /*v.1.0.0 Refactoring Code: Remove this before releasing v.1.0.0*/ + /*Refactoring Code: Remove this before releasing 1.0.0*/ if (fileName === 'Superalgos-CL.json') { fileName = 'Superalgos-PL.json' } diff --git a/Projects/Foundations/Schemas/Docs-Topics/D/Data/Data-Mining/data-mining-023-data-mining-how-to-build-an-indicator-video-series.json b/Projects/Foundations/Schemas/Docs-Topics/D/Data/Data-Mining/data-mining-023-data-mining-how-to-build-an-indicator-video-series.json index d3221b1ebe..534612da53 100644 --- a/Projects/Foundations/Schemas/Docs-Topics/D/Data/Data-Mining/data-mining-023-data-mining-how-to-build-an-indicator-video-series.json +++ b/Projects/Foundations/Schemas/Docs-Topics/D/Data/Data-Mining/data-mining-023-data-mining-how-to-build-an-indicator-video-series.json @@ -45,7 +45,7 @@ "translations": [ { "language": "DE", - "text": "Die Videoserie über die Erstellung eines Indicators wurde für die Beta 5 Version des Systems produziert (inzwischen sind wir bei v.1.0); die Funktionalität funktioniert jedoch immer noch ähnlich. Allerdings kann es geringfügige Unterschiede geben, die noch zu dokumentieren sind. Schauen Sie in der Develop group vorbei und stellen Sie Ihre Fragen, insbesondere wenn etwas nicht wie erwartet oder wie in den Videos beschrieben funktioniert. Die Gruppe ist in der Fußzeile verlinkt.", + "text": "Die Videoserie über die Erstellung eines Indicators wurde für die Beta 5 Version des Systems produziert (inzwischen sind wir bei 1.0.0); die Funktionalität funktioniert jedoch immer noch ähnlich. Allerdings kann es geringfügige Unterschiede geben, die noch zu dokumentieren sind. Schauen Sie in der Develop group vorbei und stellen Sie Ihre Fragen, insbesondere wenn etwas nicht wie erwartet oder wie in den Videos beschrieben funktioniert. Die Gruppe ist in der Fußzeile verlinkt.", "updated": 1635522983953 } ] diff --git a/Projects/Visual-Scripting/UI/Function-Libraries/UiObjectsFromNodes.js b/Projects/Visual-Scripting/UI/Function-Libraries/UiObjectsFromNodes.js index 7f8556e8a7..e13e865c76 100644 --- a/Projects/Visual-Scripting/UI/Function-Libraries/UiObjectsFromNodes.js +++ b/Projects/Visual-Scripting/UI/Function-Libraries/UiObjectsFromNodes.js @@ -431,7 +431,7 @@ function newVisualScritingFunctionLibraryUiObjectsFromNodes() { ) { node.project = 'Foundations' } - /* Migration code from beta 11 to v.1.0.0 */ + /* Migration code from beta 11 to 1.0.0 */ if ( node.type === 'Network' ) { diff --git a/README.md b/README.md index a5b19fa7f4..852d376eed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Superalgos v.1.0.0 +# Superalgos 1.0.0 ![contributors](https://img.shields.io/github/contributors-anon/Superalgos/Superalgos?label=Contributors) ![pull-activity](https://img.shields.io/github/issues-pr-closed-raw/Superalgos/Superalgos?color=blueviolet) diff --git a/package.json b/package.json index 2b69d5d325..5f80dad5fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superalgos", - "version": "v1.0.0", + "version": "1.0.0", "description": "Superalgos is a free, open-source crypto trading bot", "license": "Apache License 2.0", "homepage": "https://www.superalgos.org/",