Current section
12 Versions
Jump to
Current section
12 Versions
Compare versions
3
files changed
+4
additions
-4
deletions
| @@ -1,7 +1,7 @@ | |
| 1 1 | {<<"app">>,<<"paasaa">>}. |
| 2 2 | {<<"build_tools">>,[<<"mix">>]}. |
| 3 3 | {<<"description">>,<<"Natural language detection">>}. |
| 4 | - {<<"elixir">>,<<"~> 1.3">>}. |
| 4 | + {<<"elixir">>,<<"~> 1.5">>}. |
| 5 5 | {<<"files">>, |
| 6 6 | [<<"lib/paasaa.ex">>,<<"priv/languages.binary">>,<<"priv/scripts.binary">>, |
| 7 7 | <<"mix.exs">>,<<"README.md">>,<<"LICENSE">>]}. |
| @@ -10,4 +10,4 @@ | |
| 10 10 | {<<"maintainers">>,[<<"Egor Kislitsyn">>]}. |
| 11 11 | {<<"name">>,<<"paasaa">>}. |
| 12 12 | {<<"requirements">>,[]}. |
| 13 | - {<<"version">>,<<"0.2.1">>}. |
| 13 | + {<<"version">>,<<"0.2.2">>}. |
| @@ -4,8 +4,8 @@ defmodule Paasaa.Mixfile do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :paasaa, |
| 7 | - version: "0.2.1", |
| 8 | - elixir: "~> 1.3", |
| 7 | + version: "0.2.2", |
| 8 | + elixir: "~> 1.5", |
| 9 9 | description: description(), |
| 10 10 | package: package(), |
| 11 11 | deps: deps(), |