Current section
3 Versions
Jump to
Current section
3 Versions
Compare versions
2
files changed
+3
additions
-3
deletions
| @@ -12,4 +12,4 @@ | |
| 12 12 | {<<"name">>,<<"mixpanel">>}. |
| 13 13 | {<<"requirements">>, |
| 14 14 | #{<<"exjsx">> => #{<<"app">> => <<"exjsx">>,<<"optional">> => nil,<<"requirement">> => <<"~> 3.1.0">>}}}. |
| 15 | - {<<"version">>,<<"0.0.2">>}. |
| 15 | + {<<"version">>,<<"0.0.3">>}. |
| @@ -3,7 +3,7 @@ defmodule Mixpanel.Mixfile do | |
| 3 3 | |
| 4 4 | def project do |
| 5 5 | [app: :mixpanel, |
| 6 | - version: "0.0.2", |
| 6 | + version: "0.0.3", |
| 7 7 | elixir: "~> 1.0", |
| 8 8 | deps: deps, |
| 9 9 | |
| @@ -17,7 +17,7 @@ defmodule Mixpanel.Mixfile do | |
| 17 17 | end |
| 18 18 | |
| 19 19 | def application do |
| 20 | - [applications: [:logger, :inets], |
| 20 | + [applications: [:logger, :inets, :ssl], |
| 21 21 | env: [token: nil], |
| 22 22 | mod: {Mixpanel, []}] |
| 23 23 | end |