Skip to content

Commit bec3247

Browse files
committed
v2.3.4
1 parent 5c26586 commit bec3247

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Runtime/Engine/Bundler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Bundler : MonoBehaviour {
3636
public string[] ignoreList = new string[] { "@outputs/tsc", "node_modules", "tmp" };
3737

3838
ScriptEngine _engine;
39-
string _onejsVersion = "2.3.3";
39+
string _onejsVersion = "2.3.4";
4040

4141
void Awake() {
4242
_engine = GetComponent<ScriptEngine>();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.singtaa.onejs",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"displayName": "OneJS",
55
"description": "OneJS brings JavaScript and many beloved web techs to Unity, seamlessly integrating with UI Toolkit without the need for a browser or webview.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)