mirror of https://github.com/axmolengine/axmol.git
Merge pull request #8895 from cocoscodeide/v3
update runtime version to 1.5
This commit is contained in:
commit
22a2e1e7cd
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"templateVersion":"1.4",
|
||||
"runtimeVersion":"1.4"
|
||||
"templateVersion":"1.5",
|
||||
"runtimeVersion":"1.5"
|
||||
}
|
|
@ -68,7 +68,7 @@ extern string getIPAddress();
|
|||
|
||||
const char* getRuntimeVersion()
|
||||
{
|
||||
return "1.4";
|
||||
return "1.5";
|
||||
}
|
||||
|
||||
static string& replaceAll(string& str, const string& old_value, const string& new_value)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version":"v3-lua-runtime-1.3.1",
|
||||
"zip_file_size":"24660780",
|
||||
"version":"v3-lua-runtime-1.5",
|
||||
"zip_file_size":"30660780",
|
||||
"repo_name":"cocos-runtime-bin",
|
||||
"repo_parent":"https://github.com/chukong/"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue