Skip to content

Commit 885aa2f

Browse files
author
David Cao
authored
Merge pull request #9 from davecaos/dc/update/version
Update Version to 1.0.1
2 parents e12da47 + 894af48 commit 885aa2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Kylie.Mixfile do
44
def project do
55
[
66
app: :kylie,
7-
version: "1.0.0",
7+
version: "1.0.1",
88
elixir: "~> 1.2",
99
build_embedded: Mix.env == :prod,
1010
start_permanent: Mix.env == :prod,

src/kylie.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[
33
{description,
44
"Kylie is a Erlang application for Cayley graph data base"},
5-
{vsn, "1.0.0"},
5+
{vsn, "1.0.1"},
66
{applications, [kernel, stdlib, hackney, worker_pool]},
77
{modules, []},
88
{registered, [kylie_app]},

0 commit comments

Comments
 (0)