mirror of https://github.com/buresdv/Cork
~ Version Bump
This commit is contained in:
parent
07ea5eca62
commit
eda3e35084
|
|
@ -269,7 +269,7 @@ struct AdoptablePackageListItem: View
|
|||
|
||||
Divider()
|
||||
|
||||
ignoreAdoptableAppButton(appToIgnore: adoptableCask)
|
||||
// ignoreAdoptableAppButton(appToIgnore: adoptableCask)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ import ProjectDescription
|
|||
|
||||
let settings = Environment.selfCompiled.getBoolean(default: false)
|
||||
|
||||
let version: Version = .init(1, 6, 3)
|
||||
let build: String = "103"
|
||||
let version: Version = .init(1, 7, 0)
|
||||
let build: String = "106"
|
||||
|
||||
func corkTarget(configureWithSelfCompiled: Bool) -> ProjectDescription.Target {
|
||||
var additionalCompilationConditions = [String]()
|
||||
|
|
|
|||
Loading…
Reference in New Issue