Skip to content

Commit ae4032e

Browse files
committed
bump to 0.3.0
1 parent edc5391 commit ae4032e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Accept.Mixfile do
33

44
def project do
55
[app: :accept,
6-
version: "0.2.1",
6+
version: "0.3.0",
77
description: description,
88
package: package]
99
end

src/accept.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, accept,
22
[{description, "Accept header(s) for Erlang/Elixir"},
3-
{vsn, "0.2.1"},
3+
{vsn, "0.3.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)