From 71048f7352b281904067681e69eafcf3255f0387 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Sat, 17 Feb 2024 01:09:16 +0900 Subject: [PATCH] 0.2.1 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b084219..032043b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.1 + +* Specify generic type + ## 0.2.0 * Require Dart 3.3.0 and Flutter 3.19.0 diff --git a/example/pubspec.lock b/example/pubspec.lock index fb9522c..09a87e3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -326,7 +326,7 @@ packages: path: ".." relative: true source: path - version: "0.2.0" + version: "0.2.1" term_glyph: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9baa119..1749ae9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: taro description: "Taro is a library for loading data from network and saving it to storage to speed up data loading." -version: 0.2.0 +version: 0.2.1 homepage: https://github.com/koji-1009/taro environment: