mirror of https://github.com/axmolengine/axmol.git
update runtime to 2.0
This commit is contained in:
parent
2735e0ce4c
commit
2042633294
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"templateVersion":"1.9",
|
||||
"runtimeVersion":"1.9"
|
||||
"templateVersion":"2.0",
|
||||
"runtimeVersion":"2.0"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"templateVersion":"1.9",
|
||||
"runtimeVersion":"1.9"
|
||||
"templateVersion":"2.0",
|
||||
"runtimeVersion":"2.0"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version":"v3-lua-runtime-1.9",
|
||||
"version":"v3-lua-runtime-2.0",
|
||||
"zip_file_size":"39063553",
|
||||
"repo_name":"cocos-runtime-bin",
|
||||
"repo_parent":"https://github.com/chukong/"
|
||||
|
|
|
@ -92,7 +92,7 @@ std::string& replaceAll(std::string& str, const std::string& old_value, const st
|
|||
|
||||
const char* getRuntimeVersion()
|
||||
{
|
||||
return "1.9";
|
||||
return "2.0";
|
||||
}
|
||||
|
||||
//////////////////////// Loader ////////////////////
|
||||
|
|
Loading…
Reference in New Issue