diff --git a/jsb_version.h b/jsb_version.h index 2403311..3a3535d 100644 --- a/jsb_version.h +++ b/jsb_version.h @@ -4,6 +4,7 @@ #include "jsb.gen.h" #define JSB_MAJOR_VERSION 0 -#define JSB_MINOR_VERSION 2 +#define JSB_MINOR_VERSION 3 +#define JSB_PATCH_VERSION 0 #endif diff --git a/weaver-editor/jsb_repl.cpp b/weaver-editor/jsb_repl.cpp index 322d4f7..851102e 100644 --- a/weaver-editor/jsb_repl.cpp +++ b/weaver-editor/jsb_repl.cpp @@ -108,7 +108,7 @@ void GodotJSREPL::_input_changed(const String &p_text) } candidate_list_->clear(); - //TODO we haven't implement the js function invocation from outside of Realm, just temporarily call as source code eval + //TODO we haven't implemented the js function invocation from outside of Realm, just temporarily call as source code eval const PackedStringArray results = eval_source(vformat("require('jsb/jsb.editor.main').auto_complete('%s')", encode_string(p_text))).to_variant(); if (results.size() == 0) {