Skip to content

Commit 866c85e

Browse files
committed
Version 1.0.0-beta, use Reflaxe 4.0.0-beta
1 parent fab8ffb commit 866c85e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

haxelib.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gdscript",
3-
"version": "0.1.1",
3+
"version": "1.0.0-beta",
44
"description": "Compile Haxe to GDScript 2.0 as easily as you'd output to any other target.",
55
"url": "https://github.com/RobertBorghese/Haxe-to-GDScript",
66
"license": "MIT",
@@ -17,11 +17,11 @@
1717
"extension"
1818
],
1919
"dependencies": {
20-
"reflaxe": "git:https://github.com/SomeRanDev/reflaxe"
20+
"reflaxe": "4.0.0-beta"
2121
},
2222
"classPath": "src/",
23-
"releasenote": "Fixed issue with std class paths not properly shadowing when installing from haxelib.",
24-
"contributors": ["RobertBorghese", "SomeRanDev"],
23+
"releasenote": "Nightly version of Reflaxe/GDScript.",
24+
"contributors": ["SomeRanDev"],
2525
"reflaxe": {
2626
"name": "GDScript",
2727
"abbv": "gdscript",

0 commit comments

Comments
 (0)