Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Aug 13, 2018
1 parent 2daa23c commit ec1a757
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.0'
s.version = '0.4.1'
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.0"
let currentVersion: String = "0.4.1"

func run(_ options: NoOptions<CommandantError<()>>) -> Result<(), CommandantError<()>> {
print(currentVersion)
Expand Down

0 comments on commit ec1a757

Please sign in to comment.