Skip to content

Commit 8d9649b

Browse files
committed
version bump / fix mix.exs
1 parent b2d6c33 commit 8d9649b

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

mix.exs

+13-11
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@ defmodule Zencoder.Mixfile do
22
use Mix.Project
33

44
def project do
5-
[app: :zencoder,
6-
version: "0.1.0",
7-
elixir: "~> 0.14.3",
8-
test_coverage: [tool: ExCoveralls],
9-
deps: deps(Mix.env)],
10-
package: [
11-
contributors: ["Adam Kittelson"],
12-
licenses: ["MIT"],
13-
links: [github: "https://github.com/zencoder/zencoder-ex", zencoder: "https://zencoder.com"]
14-
],
15-
description: "Elixir API wrapper for the Zencoder video transcoding API."
5+
[
6+
app: :zencoder,
7+
version: "0.1.1",
8+
elixir: "~> 0.14.3",
9+
test_coverage: [tool: ExCoveralls],
10+
deps: deps(Mix.env),
11+
package: [
12+
contributors: ["Adam Kittelson"],
13+
licenses: ["MIT"],
14+
links: [github: "https://github.com/zencoder/zencoder-ex", zencoder: "https://zencoder.com"]
15+
],
16+
description: "Elixir API wrapper for the Zencoder video transcoding API."
17+
]
1618
end
1719

1820
# Configuration for the OTP application

0 commit comments

Comments
 (0)