Skip to content

Commit 7c33f61

Browse files
committed
Version bump.
1 parent a0060ef commit 7c33f61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Nothing yet!
66

7+
## 0.30.1
8+
9+
- Fixes problem with previous release. See [#179](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/179).
10+
711
## 0.30.0
812

913
- Updates SwiftLint version to 0.46.2. See [#176](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/176).

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module DangerSwiftlint
4-
VERSION = '0.30.0'
4+
VERSION = '0.30.1'
55
SWIFTLINT_VERSION = '0.46.2'
66
SWIFTLINT_HASH = '20dbcc13788993dd27b1076a13ca647d'
77
end

0 commit comments

Comments
 (0)