Skip to content

Commit

Permalink
Merge pull request #143 from tikidunpon/master
Browse files Browse the repository at this point in the history
Update SwiftLint to 0.39.1
  • Loading branch information
ashfurrow committed Mar 10, 2020
2 parents 36253b0 + 23af2ed commit 2cc36ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Expand Up @@ -4,6 +4,11 @@

- Nothing yet!

## 0.24.2

- Updates to SwiftLint
[0.39.1](https://github.com/realm/SwiftLint/releases/tag/0.39.1).

## 0.24.1

- Improves performance for large code bases. See
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
danger-swiftlint (0.24.1)
danger-swiftlint (0.24.2)
danger
rake (> 10)
thor (~> 0.19)
Expand Down
4 changes: 2 additions & 2 deletions lib/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module DangerSwiftlint
VERSION = '0.24.1'
SWIFTLINT_VERSION = '0.38.0'
VERSION = '0.24.2'
SWIFTLINT_VERSION = '0.39.1'
end

0 comments on commit 2cc36ee

Please sign in to comment.