From 2e0fcb50c0bf0afb844d4390803cb5f2aa3193e0 Mon Sep 17 00:00:00 2001 From: mike doornenbal Date: Wed, 7 Aug 2024 16:54:57 +0200 Subject: [PATCH] fix: input_library version --- CHANGELOG.md | 3 +++ pubspec.yaml | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1351a99..88fc7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.6.0 +* Upgraded flutter_input_library to 3.6.0 + ## 1.5.0 - Updated flutter_input_library to 3.2.1 diff --git a/pubspec.yaml b/pubspec.yaml index 7f5eaf3..3583755 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_profile description: Flutter profile package -version: 1.5.0 +version: 1.6.0 repository: https://github.com/Iconica-Development/flutter_profile publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub @@ -11,10 +11,9 @@ environment: dependencies: cached_network_image: ^3.3.0 - flutter_input_library: hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub - version: "^3.3.1" + version: ^3.6.0 flutter: sdk: flutter