mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
removed prefix v in versions, added prefix at the end -beta
This commit is contained in:
parent
f5c1909f81
commit
94313bc552
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@ apiKey:
|
|||
"1gI9G84ZafKDEnrbydviGknReOGiVK9jqrQBE3et"
|
||||
|
||||
version:
|
||||
"2.0"
|
||||
"2.0-beta"
|
||||
|
|
|
@ -2,6 +2,6 @@ $.ajax({
|
|||
url: "http://localhost:8080/api/get/version",
|
||||
type: "GET",
|
||||
success: function(data){
|
||||
$("#program-version").text(data.message.replace("v", ""));
|
||||
$("#program-version").text(data.message);
|
||||
}
|
||||
})
|
Loading…
Reference in a new issue