Skip to content

Commit

Permalink
Revert "Release v2.1.0"
Browse files Browse the repository at this point in the history
This reverts commit b48c2cb.
  • Loading branch information
sax committed Jun 17, 2024
1 parent b48c2cb commit a1c0115
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## Unreleased

## 2.1.0

- require Elixir 1.15 or greater
- test against the latest version of Erlang and Elixir

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Erlang.
``` elixir
def deps do
[
{:ecto_email, "~> 2.1"}
{:ecto_email, "~> 1.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule EctoEmail.MixProject do
use Mix.Project

@scm_url "https://github.com/synchronal/ecto_email"
@version "2.1.0"
@version "2.0.0"

def application,
do: [
Expand Down

0 comments on commit a1c0115

Please sign in to comment.