bump pubspec dependency versions

This commit is contained in:
Nick Fisher
2024-06-19 13:39:43 +08:00
parent e823083e86
commit 735612af66
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
name: thermion_dart
description: 3D rendering toolkit for Dart.
version: 0.0.4
version: 0.1.0
homepage: https://docs.page/nmfisher/thermion
repository: https://github.com/nmfisher/thermion

View File

@@ -1,7 +1,7 @@
name: thermion_flutter_ffi
description: An FFI interface for the thermion_flutter plugin (all platforms except web).
repository: https://github.com/nmfisher/thermion_flutter/thermion_flutter
version: 0.0.1
version: 0.1.0
environment:
sdk: ">=3.3.0 <4.0.0"
@@ -22,8 +22,8 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.0
thermion_flutter_platform_interface: ^0.0.1-pre
thermion_dart: ^0.0.1-pre2
thermion_flutter_platform_interface: ^0.1.0
thermion_dart: ^0.1.0
dev_dependencies:
flutter_test:

View File

@@ -1,7 +1,7 @@
name: thermion_flutter_platform_interface
description: A common platform interface for the thermion_flutter plugin.
repository: https://github.com/nmfisher/thermion_flutter/thermion_flutter
version: 0.0.1
version: 0.1.0
environment:
sdk: ">=3.3.0 <4.0.0"