diff --git a/src/assets/src/pubspec.yaml b/src/assets/src/pubspec.yaml index 37f940a..12843fb 100644 --- a/src/assets/src/pubspec.yaml +++ b/src/assets/src/pubspec.yaml @@ -14,4 +14,4 @@ dependencies: dev_dependencies: lints: ^2.0.0 build_runner: ^2.3.3 - godot_dart_build: ^0.3.1 + godot_dart_build: ^0.4.0 diff --git a/src/dart/godot_dart/CHANGELOG.md b/src/dart/godot_dart/CHANGELOG.md index 3064660..1f65a35 100644 --- a/src/dart/godot_dart/CHANGELOG.md +++ b/src/dart/godot_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.2 + +- Fix a crash when using the indexed getter on `Array` + ## 0.6.1 - Fix `Variant.cast` to correctly return null in cases where the Variant is null. diff --git a/src/dart/godot_dart/pubspec.yaml b/src/dart/godot_dart/pubspec.yaml index 09b987d..66f60c2 100644 --- a/src/dart/godot_dart/pubspec.yaml +++ b/src/dart/godot_dart/pubspec.yaml @@ -1,7 +1,7 @@ name: godot_dart description: Dart bindings for the Godot game engine repository: https://github.com/fuzzybinary/godot_dart -version: 0.6.1 +version: 0.6.2 environment: sdk: '>=3.2.0 <4.0.0'