We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc5391 commit ae4032eCopy full SHA for ae4032e
2 files changed
mix.exs
@@ -3,7 +3,7 @@ defmodule Accept.Mixfile do
3
4
def project do
5
[app: :accept,
6
- version: "0.2.1",
+ version: "0.3.0",
7
description: description,
8
package: package]
9
end
src/accept.app.src
@@ -1,6 +1,6 @@
1
{application, accept,
2
[{description, "Accept header(s) for Erlang/Elixir"},
- {vsn, "0.2.1"},
+ {vsn, "0.3.0"},
{registered, []},
{applications,
[kernel,
0 commit comments