From dd646e0e5ca0b469bb28b90b0fa1154f0152910b Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 17 Jun 2024 11:07:34 +0800 Subject: [PATCH] remove pre-release tag from pub versions --- thermion_dart/pubspec.yaml | 2 +- thermion_flutter/thermion_flutter/pubspec.yaml | 10 +++++----- thermion_flutter/thermion_flutter_ffi/pubspec.yaml | 2 +- .../thermion_flutter_platform_interface/pubspec.yaml | 2 +- thermion_flutter/thermion_flutter_web/pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/thermion_dart/pubspec.yaml b/thermion_dart/pubspec.yaml index cd21644b..cde4cec3 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.3 +version: 0.0.4 homepage: https://docs.page/nmfisher/thermion repository: https://github.com/nmfisher/thermion diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index 6df42a81..ec18a1e8 100644 --- a/thermion_flutter/thermion_flutter/pubspec.yaml +++ b/thermion_flutter/thermion_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: thermion_flutter description: Flutter plugin for 3D rendering with the Thermion toolkit. -version: 0.0.1 +version: 0.0.2 homepage: https://docs.page/nmfisher/thermion repository: https://github.com/nmfisher/thermion @@ -17,10 +17,10 @@ dependencies: plugin_platform_interface: ^2.0.0 ffi: ^2.1.2 animation_tools_dart: ^0.0.4 - thermion_dart: ^0.0.1-pre2 - thermion_flutter_platform_interface: ^0.0.1-pre - thermion_flutter_ffi: ^0.0.1-pre - thermion_flutter_web: ^0.0.1-pre + thermion_dart: ^0.0.4 + thermion_flutter_platform_interface: ^0.0.1 + thermion_flutter_ffi: ^0.0.1 + thermion_flutter_web: ^0.0.1 dev_dependencies: flutter_test: diff --git a/thermion_flutter/thermion_flutter_ffi/pubspec.yaml b/thermion_flutter/thermion_flutter_ffi/pubspec.yaml index c705c446..f68e2118 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-pre +version: 0.0.1 environment: sdk: ">=3.3.0 <4.0.0" diff --git a/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml b/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml index f6cd6d08..d2ef55ab 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-pre +version: 0.0.1 environment: sdk: ">=3.3.0 <4.0.0" diff --git a/thermion_flutter/thermion_flutter_web/pubspec.yaml b/thermion_flutter/thermion_flutter_web/pubspec.yaml index 7489904d..f96ff058 100644 --- a/thermion_flutter/thermion_flutter_web/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_web/pubspec.yaml @@ -1,7 +1,7 @@ name: thermion_flutter_web description: A web platform interface for the thermion_flutter plugin. repository: https://github.com/nmfisher/thermion_flutter/thermion_flutter -version: 0.0.1-pre +version: 0.0.1 environment: sdk: ">=3.3.0 <4.0.0"