From 9566996225cd972c2d5a6ca5ed4b32b67338d29c Mon Sep 17 00:00:00 2001 From: Amish Garg Date: Sat, 21 Aug 2021 01:18:46 +0530 Subject: [PATCH] bump to v0.2.2 --- CHANGELOG.md | 3 +++ pubspec.yaml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6760366..e58bcd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [0.2.2] - Image Package Update +* Update Image APIs. + # [0.2.1] - TFLite Flutter dependency update * Updated to tflite_flutter: ^0.9.0 diff --git a/pubspec.yaml b/pubspec.yaml index b5270b4..46d7532 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,11 @@ name: tflite_flutter_helper description: Easy, fast processing and manipulation input and output of TensorFlow Lite Models. -version: 0.2.1 +version: 0.2.2 homepage: https://www.github.com/am15h/tflite_flutter_helper environment: sdk: ">=2.12.0 <3.0.0" + flutter: ">=1.10.0" dependencies: flutter: