diff --git a/CHANGELOG.md b/CHANGELOG.md index 415fc98f10..bfb50f50bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.2.0: Tumble Dry ##### Breaking diff --git a/Source/SwiftLintFramework/Info.plist b/Source/SwiftLintFramework/Info.plist index 186eccf12e..27b5b33a6a 100644 --- a/Source/SwiftLintFramework/Info.plist +++ b/Source/SwiftLintFramework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.2 + 0.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/swiftlint/Info.plist b/Source/swiftlint/Info.plist index afdd63f3c2..eb817ebcd0 100644 --- a/Source/swiftlint/Info.plist +++ b/Source/swiftlint/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.2 + 0.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/swiftlint/VersionCommand.swift b/Source/swiftlint/VersionCommand.swift index 21bdf23334..54cc416a56 100644 --- a/Source/swiftlint/VersionCommand.swift +++ b/Source/swiftlint/VersionCommand.swift @@ -9,7 +9,7 @@ import Commandant import Result -private let version = "0.1.2" +private let version = "0.2.0" struct VersionCommand: CommandType { let verb = "version"