diff --git a/Makefile b/Makefile index 00a9c03..5865dfa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECT = jose PROJECT_DESCRIPTION = JSON Object Signing and Encryption (JOSE) for Erlang and Elixir. -PROJECT_VERSION = 1.11.4 +PROJECT_VERSION = 1.11.5 TEST_DEPS = jiffy jsone jsx libdecaf libsodium ojson proper thoas diff --git a/mix.exs b/mix.exs index 884d5c4..301464c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JOSE.Mixfile do def project() do [ app: :jose, - version: "1.11.4", + version: "1.11.5", elixir: "~> 1.13", erlc_options: erlc_options(), build_embedded: Mix.env() == :prod, diff --git a/src/jose.app.src b/src/jose.app.src index bbc0e61..a105fb0 100644 --- a/src/jose.app.src +++ b/src/jose.app.src @@ -2,7 +2,7 @@ %% vim: ts=4 sw=4 ft=erlang noet {application, jose, [ {description, "JSON Object Signing and Encryption (JOSE) for Erlang and Elixir."}, - {vsn, "1.11.4"}, + {vsn, "1.11.5"}, {id, "git"}, {mod, {'jose_app', []}}, {registered, []},