Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtimberlake committed Aug 1, 2023
1 parent 8db0136 commit 2e512df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Mail.Mixfile do
use Mix.Project

@source_url "https://github.com/DockYard/elixir-mail"
@version "0.2.3"
@version "0.3.0"

def project do
[
Expand All @@ -20,7 +20,9 @@ defmodule Mail.Mixfile do
end

def application do
[applications: [:crypto, :logger]]
[
extra_applications: [:logger, :crypto]
]
end

def package do
Expand Down

0 comments on commit 2e512df

Please sign in to comment.