release 0.33.1

This commit is contained in:
JP Simard
2019-07-08 08:54:53 -07:00
parent 6ac0894a40
commit ffd0804746
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## Master
## 0.33.1: Coin-Operated Property Wrapper
#### Breaking
@@ -1,5 +1,5 @@
public struct Version {
public let value: String
public static let current = Version(value: "0.33.0")
public static let current = Version(value: "0.33.1")
}
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.33.0</string>
<string>0.33.1</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.33.0</string>
<string>0.33.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>