fix: force new release

This commit is contained in:
Louis Pontoise
2021-03-14 00:28:19 +09:00
parent a7f353c8d6
commit 1a098afc9f
+1 -1
View File
@@ -2,7 +2,7 @@ import Cocoa
extension CGWindowID {
func title() -> String? {
return cgProperty("kCGSWindowTitle", String.self)
cgProperty("kCGSWindowTitle", String.self)
}
func level() throws -> CGWindowLevel {