Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Sep 26, 2018
1 parent 77de886 commit c604c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IBLinter.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/iblinter/Commands/VersionCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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<CommandantError<()>>) -> Result<(), CommandantError<()>> {
print(currentVersion)
Expand Down

0 comments on commit c604c63

Please sign in to comment.