Skip to content

Commit d11bdc2

Browse files
committed
Revert version change
1 parent 20d1d80 commit d11bdc2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
0.18.5
1+
0.18.4
22
------
33
#### Enhancements
44
- Add Custom Filename support for coveralls.json (#335)
55

6-
0.18.4
7-
------
86
#### Changes
97
- Elixir 1.18 compatibility (#333)
108

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
66
def project do
77
[
88
app: :excoveralls,
9-
version: "0.18.5",
9+
version: "0.18.4",
1010
elixir: "~> 1.11",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
deps: deps(),

0 commit comments

Comments
 (0)