From 5c84eed299321c41485d16ebab191ccc5f73fa54 Mon Sep 17 00:00:00 2001 From: Corey Date: Thu, 14 Oct 2021 11:24:12 -0400 Subject: [PATCH 1/3] Update ParseConstants.swift --- Sources/ParseSwift/ParseConstants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ParseSwift/ParseConstants.swift b/Sources/ParseSwift/ParseConstants.swift index 4297c847f..9f442ab96 100644 --- a/Sources/ParseSwift/ParseConstants.swift +++ b/Sources/ParseSwift/ParseConstants.swift @@ -10,7 +10,7 @@ import Foundation enum ParseConstants { static let sdk = "swift" - static let version = "2.0.0" + static let version = "2.0.1" static let fileManagementDirectory = "parse/" static let fileManagementPrivateDocumentsDirectory = "Private Documents/" static let fileManagementLibraryDirectory = "Library/" From 2cf96a0ce6e4d443cd52beec30d9599e346b3c6f Mon Sep 17 00:00:00 2001 From: Corey Date: Thu, 14 Oct 2021 11:30:47 -0400 Subject: [PATCH 2/3] Update .codecov.yml --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index f894afcd2..ac6a12f69 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,7 +4,7 @@ coverage: status: patch: default: - target: auto + target: 66 changes: false project: default: From 2bd1d97ba81047a56d98bad999671ad44958ca77 Mon Sep 17 00:00:00 2001 From: Corey Date: Thu, 14 Oct 2021 11:42:44 -0400 Subject: [PATCH 3/3] Revert codecov change --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index ac6a12f69..f894afcd2 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,7 +4,7 @@ coverage: status: patch: default: - target: 66 + target: auto changes: false project: default: