Skip to content

Commit 0f162ab

Browse files
authored
Merge pull request #8 from GoodRequest/fix/public-headers
fix: Public headers
2 parents 6909a6f + f99af90 commit 0f162ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/GoodStructs/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public struct VersionParseStrategy: ParseStrategy {
277277

278278
@available(iOS 16.0, *)
279279
@available(macOS 13.0, *)
280-
struct VersionFormatStyle: ParseableFormatStyle {
280+
public struct VersionFormatStyle: ParseableFormatStyle {
281281

282282
public typealias Strategy = VersionParseStrategy
283283
public typealias FormatInput = Version

0 commit comments

Comments
 (0)