Skip to content

Commit 604c290

Browse files
committed
bump version
1 parent 5ac443b commit 604c290

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.exs

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
defmodule Hackney.Mixfile do
1+
defmodule SSLVerifyFun.Mixfile do
22
use Mix.Project
33

44
def project do
5-
[app: :ssl_verify_hostname,
6-
version: "1.0.6",
5+
[app: :ssl_verify_fun,
6+
version: "1.0.8",
77
description: description,
88
package: package,
99
fetch: fetch]
1010
end
1111

1212
defp description do
1313
"""
14-
Hostname verification library for Erlang
14+
SSL verification functions for Erlang
1515
"""
1616
end
1717

1818
defp package do
1919
[maintainers: ["Ilya Khaprov"],
2020
licenses: ["MIT"],
21-
links: %{"GitHub" => "https://github.com/deadtrickster/ssl_verify_hostname.erl"},
21+
links: %{"GitHub" => "https://github.com/deadtrickster/ssl_verify_fun.erl"},
2222
files: ["src", "README.md", "LICENSE", "Makefile"]]
2323
end
2424

2525
defp fetch do
2626
[scm: :git,
27-
url: "git://github.com/deadtrickster/ssl_verify_hostname.erl.git",
28-
tag: "1.0.6"]
27+
url: "git://github.com/deadtrickster/ssl_verify_fun.erl.git",
28+
tag: "1.0.8"]
2929
end
3030
end

src/ssl_verify_fun.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, ssl_verify_fun,
22
[
33
{description, ""},
4-
{vsn, "1.0.7"},
4+
{vsn, "1.0.8"},
55
{modules, [ssl_verify_hostname, ssl_verify_fingerprint]},
66
{registered, []},
77
{applications, [

0 commit comments

Comments
 (0)