Skip to content

Commit

Permalink
fix: Minor pub versioning mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzybinary committed Oct 18, 2024
1 parent 2cd9bd8 commit 5af0eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/src/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
dev_dependencies:
lints: ^2.0.0
build_runner: ^2.3.3
godot_dart_build: ^0.3.0
godot_dart_build: ^0.3.1
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:/fuzzybinary/godot_dart
version: 0.3.0
version: 0.3.1

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.3.0
godot_dart: ^0.4.0
code_builder: ^4.5.0
dart_style: ^2.3.1
glob: ^2.1.2
Expand Down

0 comments on commit 5af0eeb

Please sign in to comment.