Bump version
This commit is contained in:
parent
62edec831f
commit
ebb55c1045
|
@ -1,10 +1,9 @@
|
||||||
//
|
//
|
||||||
// NOTE: This file is automatically generated by generate-version-swift.sh.
|
// This file is generated by generate-version-swift.sh.
|
||||||
// Should not be under version control.
|
|
||||||
//
|
//
|
||||||
|
|
||||||
public extension XcodeSimulatorCert {
|
public extension XcodeSimulatorCert {
|
||||||
static var version: String {
|
static var version: String {
|
||||||
return "0.1.0"
|
return "0.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
version="0.1.0"
|
version="0.2.0"
|
||||||
|
|
||||||
cat > ./Sources/XcodeSimulatorKit/Version.swift <<EOF
|
cat > ./Sources/XcodeSimulatorKit/Version.swift <<EOF
|
||||||
//
|
//
|
||||||
// NOTE: This file is automatically generated by generate-version-swift.sh.
|
// This file is generated by generate-version-swift.sh.
|
||||||
// Should not be under version control.
|
|
||||||
//
|
//
|
||||||
|
|
||||||
public extension XcodeSimulatorTool {
|
public extension XcodeSimulatorCert {
|
||||||
static var version: String {
|
static var version: String {
|
||||||
return "${version}"
|
return "${version}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue