release 0.29.0

This commit is contained in:
JP Simard
2018-11-27 13:31:15 -08:00
parent d83143bf9b
commit 8fc75e393b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## Master
## 0.29.0: A Laundry List of Changes
#### Breaking
@@ -1,5 +1,5 @@
public struct Version {
public let value: String
public static let current = Version(value: "0.28.2")
public static let current = Version(value: "0.29.0")
}
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.28.2</string>
<string>0.29.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
+1 -1
View File
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.28.2</string>
<string>0.29.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>