Skip to content

Commit

Permalink
chore: Update main package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzybinary committed Oct 26, 2024
1 parent 836121c commit 963d165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/dart/godot_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2

- Fix `Future<void>` throwing an error when put in a Variant, which could happen with `async` signal recievers.

## 0.5.1

- Bind `CallbackAwaiter` during initialization.
Expand Down
2 changes: 1 addition & 1 deletion src/dart/godot_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: godot_dart
description: Dart bindings for the Godot game engine
repository: https://github.com/fuzzybinary/godot_dart
version: 0.5.1
version: 0.5.2

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down

0 comments on commit 963d165

Please sign in to comment.