Current section
13 Versions
Jump to
Current section
13 Versions
Compare versions
2
files changed
+2
additions
-2
deletions
| @@ -1,6 +1,6 @@ | |
| 1 1 | {<<"links">>,[{<<"GitHub">>,<<"https://github.com/KeplarsHQ">>}]}. |
| 2 2 | {<<"name">>,<<"keplars">>}. |
| 3 | - {<<"version">>,<<"2.0.4">>}. |
| 3 | + {<<"version">>,<<"2.0.5">>}. |
| 4 4 | {<<"description">>, |
| 5 5 | <<"Official Elixir SDK for the Keplars transactional email API">>}. |
| 6 6 | {<<"elixir">>,<<"~> 1.14">>}. |
| @@ -1,7 +1,7 @@ | |
| 1 1 | defmodule Keplars.MixProject do |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 | - @version "2.0.4" |
| 4 | + @version "2.0.5" |
| 5 5 | |
| 6 6 | def project do |
| 7 7 | [ |