feat: update projectBranchId field in API service and increment version to 1.0.0+14
This commit is contained in:
parent
ec6a45ed43
commit
02ef996753
@ -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 {
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user