Skip to content

Commit

Permalink
bump version to 0.7.0 with generate_jwt and validate_jwt proxy functi…
Browse files Browse the repository at this point in the history
…ons. closes #8
  • Loading branch information
nelsonic committed Apr 23, 2020
1 parent 77fb44e commit 3154df1
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
Expand Up @@ -4,7 +4,7 @@ defmodule AuthPlug.MixProject do
def project do
[
app: :auth_plug,
version: "0.6.0",
version: "0.7.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -52,7 +52,7 @@ defmodule AuthPlug.MixProject do

defp package() do
[
files: ~w(lib/auth_plug.ex lib/token.ex lib/helpers.ex LICENSE mix.exs README.md),
files: ~w(lib/auth_plug.ex lib/helpers.ex lib/token.ex LICENSE mix.exs README.md),
name: "auth_plug",
licenses: ["GNU GPL v2.0"],
maintainers: ["dwyl"],
Expand Down

0 comments on commit 3154df1

Please sign in to comment.