changed
hex_metadata.config
|
@@ -52,4 +52,4 @@
|
52
52
|
{<<"optional">>,false},
|
53
53
|
{<<"repository">>,<<"hexpm">>},
|
54
54
|
{<<"requirement">>,<<"~> 0.2.1">>}]]}.
|
55
|
- {<<"version">>,<<"0.6.2">>}.
|
55
|
+ {<<"version">>,<<"0.6.3">>}.
|
changed
mix.exs
|
@@ -1,7 +1,7 @@
|
1
1
|
defmodule Eth.Mixfile do
|
2
2
|
use Mix.Project
|
3
3
|
|
4
|
- @version "0.6.2"
|
4
|
+ @version "0.6.3"
|
5
5
|
@source_url "https://github.com/izelnakri/eth"
|
6
6
|
|
7
7
|
def project() do
|