Skip to content

Commit c9d4b91

Browse files
committed
bump to 0.1.5, this allows the use of the new hmac function
1 parent a386efa commit c9d4b91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add
99
```ex
1010
def deps do
1111
[
12-
{:lti, "~> 0.1.4"}
12+
{:lti, "~> 0.1.5"}
1313
]
1414
end
1515
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule LTI.Mixfile do
1212
elixirc_paths: ["lib"],
1313
source_url: "https://github.com/defactosoftware/lti",
1414
start_permanent: true,
15-
version: "0.1.4"
15+
version: "0.1.5"
1616
]
1717
end
1818

0 commit comments

Comments
 (0)