Skip to content

Commit

Permalink
Include priv dir in release. v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Apr 24, 2023
1 parent a9bbed3 commit 86bb145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ethers.MixProject do
use Mix.Project

@version "0.0.1"
@version "0.0.2"
@source_url "https://github.com/alisinabh/elixir_ethers"

def project do
Expand Down Expand Up @@ -33,7 +33,7 @@ defmodule Ethers.MixProject do
licenses: ["Apache-2.0"],
links: %{"GitHub" => @source_url},
maintainers: ["Alisina Bahadori"],
files: ["lib", "mix.exs", "README*", "LICENSE*"]
files: ["lib", "priv", "mix.exs", "README*", "LICENSE*"]
]
end

Expand Down

0 comments on commit 86bb145

Please sign in to comment.