Skip to content

Commit d40cac9

Browse files
mcheemaaclaude
andcommitted
Bump to v2.0.3: fix recipe timeout schema validation
Fixed slack-send recipe to use numeric timeout in wait_after (Double). All 4 recipes now load without errors. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 3b01410 commit d40cac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GhostOS/Common/Types.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Foundation
88
// MARK: - Version
99

1010
public enum GhostOS {
11-
public static let version = "2.0.2"
11+
public static let version = "2.0.3"
1212
public static let name = "ghost-os"
1313
}
1414

0 commit comments

Comments
 (0)