From 631b9b999daad930a485aa07ee29ccfeebb79c46 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 2 Jan 2025 16:34:23 +0300 Subject: [PATCH] chore: Push older changelog and version change --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- swipe_to_action.iml | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6073234..5416cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0 + +* Null-safety migration by [devcat37](https://github.com/devcat37) + ## 0.1.0 * Initial release. diff --git a/pubspec.yaml b/pubspec.yaml index 84a7dba..f08696b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: swipe_to_action description: A widget which can be used to call functions when the wrapped child is dragged or flinged. -version: 0.1.0 +version: 0.2.0 homepage: https://inex.dev/inex/swipe_to_action environment: diff --git a/swipe_to_action.iml b/swipe_to_action.iml index 429df7d..644ba24 100644 --- a/swipe_to_action.iml +++ b/swipe_to_action.iml @@ -10,6 +10,7 @@ +