feat: update projectBranchId field in API service and increment version to 1.0.0+14

This commit is contained in:
Vaibhav Surve 2025-11-20 09:58:36 +05:30
parent ec6a45ed43
commit 02ef996753
2 changed files with 2 additions and 2 deletions

View File

@ -617,7 +617,7 @@ class ApiService {
"startDate": startDate.toIso8601String(), "startDate": startDate.toIso8601String(),
"dueDate": dueDate.toIso8601String(), "dueDate": dueDate.toIso8601String(),
"tags": tags, "tags": tags,
"branchId": branchId, "projectBranchId": branchId,
}; };
try { try {

View File

@ -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 # 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 # 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. # 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: environment:
sdk: ^3.5.3 sdk: ^3.5.3