diff --git a/Planet/Entities/PlanetStore.swift b/Planet/Entities/PlanetStore.swift index 19b8087e..4ca97e2d 100644 --- a/Planet/Entities/PlanetStore.swift +++ b/Planet/Entities/PlanetStore.swift @@ -258,7 +258,7 @@ enum PlanetDetailViewType: Hashable, Equatable { taskGroup.addTask { try? await myPlanet.publish() } - if i >= 4 { + if i >= 2 { await taskGroup.next() } } diff --git a/Planet/versioning.xcconfig b/Planet/versioning.xcconfig index 14e50cf0..726b0a69 100644 --- a/Planet/versioning.xcconfig +++ b/Planet/versioning.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 2130 +CURRENT_PROJECT_VERSION = 2131