Skip to content

Commit

Permalink
version bump / fix mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkittelson committed Jul 16, 2014
1 parent b2d6c33 commit 8d9649b
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ defmodule Zencoder.Mixfile do
use Mix.Project

def project do
[app: :zencoder,
version: "0.1.0",
elixir: "~> 0.14.3",
test_coverage: [tool: ExCoveralls],
deps: deps(Mix.env)],
package: [
contributors: ["Adam Kittelson"],
licenses: ["MIT"],
links: [github: "https://github.com/zencoder/zencoder-ex", zencoder: "https://zencoder.com"]
],
description: "Elixir API wrapper for the Zencoder video transcoding API."
[
app: :zencoder,
version: "0.1.1",
elixir: "~> 0.14.3",
test_coverage: [tool: ExCoveralls],
deps: deps(Mix.env),
package: [
contributors: ["Adam Kittelson"],
licenses: ["MIT"],
links: [github: "https://github.com/zencoder/zencoder-ex", zencoder: "https://zencoder.com"]
],
description: "Elixir API wrapper for the Zencoder video transcoding API."
]
end

# Configuration for the OTP application
Expand Down

0 comments on commit 8d9649b

Please sign in to comment.