Current section

13 Versions

Jump to

Compare versions

2 files changed
+5 additions
-6 deletions
  @@ -1,7 +1,6 @@
1 - {<<"links">>,
2 - [{<<"GitHub">>,<<"https://github.com/Swing-Technologies/keplars-sdk">>}]}.
1 + {<<"links">>,[{<<"GitHub">>,<<"https://github.com/KeplarsHQ">>}]}.
3 2 {<<"name">>,<<"keplars">>}.
4 - {<<"version">>,<<"2.0.0">>}.
3 + {<<"version">>,<<"2.0.1">>}.
5 4 {<<"description">>,
6 5 <<"Official Elixir SDK for the Keplars transactional email API">>}.
7 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.0"
4 + @version "2.0.1"
5 5
6 6 def project do
7 7 [
  @@ -14,7 +14,7 @@ defmodule Keplars.MixProject do
14 14 package: package(),
15 15 docs: [main: "Keplars"],
16 16 name: "Keplars",
17 - source_url: "https://github.com/Swing-Technologies/keplars-sdk"
17 + source_url: "https://github.com/KeplarsHQ"
18 18 ]
19 19 end
20 20
  @@ -37,7 +37,7 @@ defmodule Keplars.MixProject do
37 37 defp package do
38 38 [
39 39 licenses: ["MIT"],
40 - links: %{"GitHub" => "https://github.com/Swing-Technologies/keplars-sdk"}
40 + links: %{"GitHub" => "https://github.com/KeplarsHQ"}
41 41 ]
42 42 end
43 43 end