Skip to content

Commit 5577139

Browse files
committed
bump to 1.1.5
1 parent 7bcda64 commit 5577139

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule SSLVerifyFun.Mixfile do
33

44
def project do
55
[app: :ssl_verify_fun,
6-
version: "1.1.4",
6+
version: "1.1.5",
77
description: description(),
88
package: package()]
99
end

rebar3

120 KB
Binary file not shown.

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, "SSL verification library"},
4-
{vsn, "1.1.4"},
4+
{vsn, "1.1.5"},
55
{modules, []},
66
{registered, []},
77
{applications, [

0 commit comments

Comments
 (0)