mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
release 0.33.1
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user