Current section
14 Versions
Jump to
Current section
14 Versions
Compare versions
2
files changed
+2
additions
-2
deletions
| @@ -241,4 +241,4 @@ | |
| 241 241 | {<<"optional">>,false}, |
| 242 242 | {<<"repository">>,<<"hexpm">>}, |
| 243 243 | {<<"requirement">>,<<"~> 0.4.0">>}]]}. |
| 244 | - {<<"version">>,<<"1.4.2">>}. |
| 244 | + {<<"version">>,<<"1.4.3">>}. |
| @@ -1,7 +1,7 @@ | |
| 1 1 | defmodule Countries.Mixfile do |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 | - @version "1.4.2" |
| 4 | + @version "1.4.3" |
| 5 5 | |
| 6 6 | def project do |
| 7 7 | [app: :countries, |