Skip to content

Commit

Permalink
Prepare 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glejeune committed Jun 8, 2018
1 parent 8144396 commit 22c7eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Jwerl.Mixfile do
def project do
[
app: :jwerl,
version: "0.2.1",
version: "1.0.0",
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down
2 changes: 1 addition & 1 deletion src/jwerl.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, jwerl, [
{description, "JWT Library for Erlang and Elixir"}
, {vsn, "0.2.1"}
, {vsn, "1.0.0"}
, {registered, []}
, {modules, []}
, {applications, [kernel, stdlib, jsx]}
Expand Down

0 comments on commit 22c7eba

Please sign in to comment.