From 735612af6612dff7021a4752b7e10b35411ce2e7 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 19 Jun 2024 13:39:43 +0800 Subject: [PATCH] bump pubspec dependency versions --- thermion_dart/pubspec.yaml | 2 +- thermion_flutter/thermion_flutter_ffi/pubspec.yaml | 6 +++--- .../thermion_flutter_platform_interface/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/thermion_dart/pubspec.yaml b/thermion_dart/pubspec.yaml index cde4cec3..24f387e5 100644 --- a/thermion_dart/pubspec.yaml +++ b/thermion_dart/pubspec.yaml @@ -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 diff --git a/thermion_flutter/thermion_flutter_ffi/pubspec.yaml b/thermion_flutter/thermion_flutter_ffi/pubspec.yaml index f68e2118..3ad22514 100644 --- a/thermion_flutter/thermion_flutter_ffi/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_ffi/pubspec.yaml @@ -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: diff --git a/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml b/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml index d2ef55ab..5f170f65 100644 --- a/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml @@ -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"