From 02ef9967533c69dc7aa2db7e6851f9633876736c Mon Sep 17 00:00:00 2001 From: Vaibhav Surve Date: Thu, 20 Nov 2025 09:58:36 +0530 Subject: [PATCH] feat: update projectBranchId field in API service and increment version to 1.0.0+14 --- lib/helpers/services/api_service.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/helpers/services/api_service.dart b/lib/helpers/services/api_service.dart index d965afd..880c6aa 100644 --- a/lib/helpers/services/api_service.dart +++ b/lib/helpers/services/api_service.dart @@ -617,7 +617,7 @@ class ApiService { "startDate": startDate.toIso8601String(), "dueDate": dueDate.toIso8601String(), "tags": tags, - "branchId": branchId, + "projectBranchId": branchId, }; try { diff --git a/pubspec.yaml b/pubspec.yaml index 9b88f89..196d3da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+13 +version: 1.0.0+14 environment: sdk: ^3.5.3