File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,19 @@ defmodule Zencoder.Mixfile do
2
2
use Mix.Project
3
3
4
4
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
+ ]
16
18
end
17
19
18
20
# Configuration for the OTP application
You can’t perform that action at this time.
0 commit comments