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