Skip to content

Commit

Permalink
release 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri committed Jan 23, 2019
1 parent c2d9a9c commit b2d428a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Master
## 0.30.1: Localized Stain Remover

#### Breaking

Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftLintFramework/Models/Version.swift
@@ -1,5 +1,5 @@
public struct Version {
public let value: String

public static let current = Version(value: "0.30.0")
public static let current = Version(value: "0.30.1")
}
2 changes: 1 addition & 1 deletion Source/SwiftLintFramework/Supporting Files/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.30.0</string>
<string>0.30.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/swiftlint/Supporting Files/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.30.0</string>
<string>0.30.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit b2d428a

Please sign in to comment.