Skip to content

Commit

Permalink
Revert version change
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Jan 18, 2025
1 parent 20d1d80 commit d11bdc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
0.18.5
0.18.4
------
#### Enhancements
- Add Custom Filename support for coveralls.json (#335)

0.18.4
------
#### Changes
- Elixir 1.18 compatibility (#333)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
def project do
[
app: :excoveralls,
version: "0.18.5",
version: "0.18.4",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
Expand Down

0 comments on commit d11bdc2

Please sign in to comment.