Skip to content

Commit b2d6c33

Browse files
committed
version bump / stuff for hex.pm packaging
1 parent d3d0af6 commit b2d6c33

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

mix.exs

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ defmodule Zencoder.Mixfile do
33

44
def project do
55
[app: :zencoder,
6-
version: "0.0.1",
6+
version: "0.1.0",
77
elixir: "~> 0.14.3",
88
test_coverage: [tool: ExCoveralls],
9-
deps: deps(Mix.env)]
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."
1016
end
1117

1218
# Configuration for the OTP application

0 commit comments

Comments
 (0)