bump 0.2.1

This commit is contained in:
Simon Kågedal Reimer 2019-06-15 20:16:47 +02:00
parent 2b8f5e147c
commit 549361c7b2
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
public extension XcodeSimulatorCert {
static var version: String {
return "0.2.0"
return "0.2.1"
}
}

View File

@ -1,6 +1,6 @@
#!/bin/bash
version="0.2.0"
version="0.2.1"
cat > ./Sources/XcodeSimulatorKit/Version.swift <<EOF
//