From 4076c02cfa876a9e176a20bf1f6f55d859874786 Mon Sep 17 00:00:00 2001 From: fulleni Date: Sun, 21 Dec 2025 18:30:43 +0100 Subject: [PATCH] chore: bump version --- pubspec.lock | 6 +++--- pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 4532247e..aac3b25f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -89,11 +89,11 @@ packages: dependency: "direct main" description: path: "." - ref: c075c3daed1f4ff849dc0326b0343b2d5ba5a922 - resolved-ref: c075c3daed1f4ff849dc0326b0343b2d5ba5a922 + ref: "v1.5.0" + resolved-ref: b40e262bf60ec146b6c907ef5ae1881176e85d5e url: "https://github.com/flutter-news-app-full-source-code/core.git" source: git - version: "1.4.0" + version: "1.5.0" crypto: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b853436e..e8f4ff7b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_news_app_web_dashboard_full_source_code description: "A Flutter web application for comprehensive content management and administration within the Flutter News App Full Source Code Toolkit." repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-web-dashboard-full-source-code publish_to: none -version: 1.6.0 +version: 1.7.0 environment: sdk: ^3.9.0 @@ -95,7 +95,7 @@ dependency_overrides: core: git: url: https://github.com/flutter-news-app-full-source-code/core.git - ref: c075c3daed1f4ff849dc0326b0343b2d5ba5a922 + ref: v1.5.0 http_client: git: url: https://github.com/flutter-news-app-full-source-code/http-client.git