Skip to content

Commit

Permalink
chore: bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ialex32x committed May 29, 2024
1 parent f4803fd commit e815151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jsb_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion weaver-editor/jsb_repl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e815151

Please sign in to comment.