diff --git a/IBLinter.podspec b/IBLinter.podspec index 39bc672..5786854 100644 --- a/IBLinter.podspec +++ b/IBLinter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'IBLinter' - s.version = '0.4.2' + s.version = '0.4.4' s.summary = 'A linter tool for Interface Builder.' s.homepage = 'https://github.com/IBDecodable/IBLinter' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/Sources/iblinter/Commands/VersionCommand.swift b/Sources/iblinter/Commands/VersionCommand.swift index 3e7737a..ec1b27d 100644 --- a/Sources/iblinter/Commands/VersionCommand.swift +++ b/Sources/iblinter/Commands/VersionCommand.swift @@ -12,7 +12,7 @@ struct VersionCommand: CommandProtocol { let verb = "version" let function = "Display the current version of IBLinter" - let currentVersion: String = "0.4.2" + let currentVersion: String = "0.4.4" func run(_ options: NoOptions>) -> Result<(), CommandantError<()>> { print(currentVersion)