Skip to content

Commit

Permalink
chore: Fix a version constraint issue on godot_dart_build
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzybinary committed Oct 20, 2024
1 parent 7d8cf59 commit 626db82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/dart/godot_dart_build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.2

- Fix a different version constraint issue.

## 0.3.1

- Fix a version constraint issue.

## 0.3.0

- Improve Global Class hot reload by generating a list of available global classes.
Expand Down
4 changes: 2 additions & 2 deletions src/dart/godot_dart_build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: godot_dart_build
description: build_runner interface for simplifying binding to Godot
repository: https://github.com/fuzzybinary/godot_dart
version: 0.3.1
version: 0.3.2

environment:
sdk: '>=3.2.0 <4.0.0'
Expand All @@ -14,7 +14,7 @@ dependencies:
build: ^2.0.0
build_config: ^1.1.1
source_gen: ^1.3.2
godot_dart: ^0.4.0
godot_dart: '>=0.4.0<1.0.0'
code_builder: ^4.5.0
dart_style: ^2.3.1
glob: ^2.1.2
Expand Down

0 comments on commit 626db82

Please sign in to comment.