Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Feb 27, 2022
1 parent a0060ef commit 7c33f61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Nothing yet!

## 0.30.1

- Fixes problem with previous release. See [#179](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/179).

## 0.30.0

- Updates SwiftLint version to 0.46.2. See [#176](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/176).
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module DangerSwiftlint
VERSION = '0.30.0'
VERSION = '0.30.1'
SWIFTLINT_VERSION = '0.46.2'
SWIFTLINT_HASH = '20dbcc13788993dd27b1076a13ca647d'
end

0 comments on commit 7c33f61

Please sign in to comment.