From 2d0a78d35347b44e09f5ae9009a1c90c35cd52d4 Mon Sep 17 00:00:00 2001 From: fulleni Date: Sat, 1 Nov 2025 17:11:31 +0100 Subject: [PATCH] build: bump version to 1.2.0 - Update package version from 1.1.0 to 1.2.0 in pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7159b29..28a449c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_news_app_api_server_full_source_code description: The complete backend API server for the Flutter News App Toolkit, built with Dart Frog. Powers authentication, data management, user settings, and more. repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code publish_to: none -version: 1.1.0 +version: 1.2.0 environment: sdk: ^3.9.0