Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Nov 3, 2015
1 parent 834dd94 commit ae595d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 0.3.0: Wrinkly Rules

##### Breaking

Expand All @@ -7,6 +7,9 @@

##### Enhancements

* Support for Swift 2.1.
[JP Simard](https://github.com/jpsim)

* Added `StatementPositionRule` to make sure that catch, else if and else
statements are on the same line as closing brace preceding them and after one
space.
Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftLintFramework/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.2.0</string>
<string>0.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/swiftlint/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.2.0</string>
<string>0.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/swiftlint/VersionCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Commandant
import Result

private let version = "0.2.0"
private let version = "0.3.0"

struct VersionCommand: CommandType {
let verb = "version"
Expand Down

0 comments on commit ae595d6

Please sign in to comment.