commit 6d0ca6252b2cea0d7912d1007b45c1181ae9a7ff
parent e5bdc671f85244ebe9094c5edf52765573e53f75
Author: Michael Camilleri <[email protected]>
Date: Fri, 26 Jun 2026 09:51:17 +0900
Bump Crossmate-flavoured XD version
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Crossmate/Models/XD.swift b/Crossmate/Models/XD.swift
@@ -4,7 +4,7 @@ import Foundation
/// full specification. Supports just enough of the format to parse our
/// bundled puzzles: metadata, grid (with rebus), and across/down clues.
struct XD: Sendable {
- static let currentCmVersion = 6
+ static let currentCmVersion = 7
let title: String?
let publisher: String?