Skip to content

Commit

Permalink
Merge pull request #266 from realm/release-0.5.1
Browse files Browse the repository at this point in the history
release 0.5.1
  • Loading branch information
jpsim committed Dec 14, 2015
2 parents 284e9c3 + 51653b7 commit 982c375
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 0.5.1: Lint Tray Malfunction

##### Breaking

Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftLintFramework/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.5.0</string>
<string>0.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/swiftlint/Commands/VersionCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation
import Commandant
import Result

private let version = NSBundle.mainBundle()
private let version = NSBundle(identifier: "io.realm.SwiftLintFramework")!
.objectForInfoDictionaryKey("CFBundleShortVersionString")!

struct VersionCommand: CommandType {
Expand Down
2 changes: 1 addition & 1 deletion Source/swiftlint/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.0</string>
<string>0.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 982c375

Please sign in to comment.