Skip to content

Commit 4dc26b4

Browse files
committed
Version bump to 0.18.3
1 parent 177172e commit 4dc26b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GIT
22
remote: https://github.com/colszowka/simplecov-html.git
3-
revision: 8433df081f123110e84813a06c02adffcc57a394
3+
revision: fa5752b9fcf17ae212b8195c2fac801aff725768
44
specs:
5-
simplecov-html (0.12.0)
5+
simplecov-html (0.12.1)
66

77
GIT
88
remote: https://github.com/cucumber/aruba.git
@@ -19,7 +19,7 @@ GIT
1919
PATH
2020
remote: .
2121
specs:
22-
simplecov (0.18.2)
22+
simplecov (0.18.3)
2323
docile (~> 1.1)
2424
simplecov-html (~> 0.11)
2525

lib/simplecov/version.rb

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

33
module SimpleCov
4-
VERSION = "0.18.2"
4+
VERSION = "0.18.3"
55
end

0 commit comments

Comments
 (0)