Skip to content

Commit

Permalink
Merge pull request Superalgos#2632 from Luis-Fernando-Molina/develop
Browse files Browse the repository at this point in the history
Contribution: version number without v
  • Loading branch information
Luis-Fernando-Molina authored Nov 14, 2021
2 parents cfd4c88 + c47ad47 commit 889c5c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Platform/Client/httpInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
) {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 889c5c4

Please sign in to comment.