From 5af0eeb5611e57ad9c5fb2e6bc486f8b56a77263 Mon Sep 17 00:00:00 2001 From: Jeff Ward Date: Fri, 18 Oct 2024 19:58:53 -0400 Subject: [PATCH] fix: Minor pub versioning mistake. --- src/assets/src/pubspec.yaml | 2 +- src/dart/godot_dart_build/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/src/pubspec.yaml b/src/assets/src/pubspec.yaml index e36ac45..f4e33f1 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.0 + godot_dart_build: ^0.3.1 diff --git a/src/dart/godot_dart_build/pubspec.yaml b/src/dart/godot_dart_build/pubspec.yaml index 3ce0b0d..fec8fd1 100644 --- a/src/dart/godot_dart_build/pubspec.yaml +++ b/src/dart/godot_dart_build/pubspec.yaml @@ -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.0 +version: 0.3.1 environment: sdk: '>=3.2.0 <4.0.0' @@ -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