Skip to content

Commit 8fecbfb

Browse files
committed
chore: bump things
1 parent 30fafd6 commit 8fecbfb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.9
1+
// swift-tools-version:6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

swift/sources/CustardKeyLabelStyle.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ public enum CustardKeyLabelStyle: Codable, Equatable, Hashable, Sendable {
88
}
99

1010
public struct CustardKeyDirectionalLabel: Codable, Equatable, Hashable, Sendable {
11-
var left: String?
12-
var top: String?
13-
var right: String?
14-
var bottom: String?
11+
public var left: String?
12+
public var top: String?
13+
public var right: String?
14+
public var bottom: String?
1515
}
1616

1717
public extension CustardKeyLabelStyle {

0 commit comments

Comments
 (0)