Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cao committed Dec 14, 2016
1 parent 9230661 commit f8bc936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Kylie.Mixfile do
def project do
[
app: :kylie,
version: "0.1.0",
version: "1.0.0",
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand All @@ -26,7 +26,7 @@ defmodule Kylie.Mixfile do
[
{:hackney, "1.6.1"},
{:jsx, "2.8.1"},
{:worker_pool, "2.2}
{:worker_pool, "~> 2.2"}
]
end

Expand Down
4 changes: 1 addition & 3 deletions src/kylie.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
[
{description,
"Kylie is a Erlang application for Cayley graph data base"},
{vsn, "0.1.0"},
{vsn, "1.0.0"},
{applications, [kernel, stdlib, hackney, worker_pool]},
{modules, []},
{registered, [kylie_app]},
{mod, {kylie_app, []}},
{files, [ "src/*"
, "include/*"
, "lib/*"
, "Makefile"
, "erlang.mk"
, "README.md"
, "rebar.config"
, "rebar.lock"
Expand Down

0 comments on commit f8bc936

Please sign in to comment.