Skip to content

Commit e76d937

Browse files
committed
bump to 1.1.0
1 parent 7f9e02a commit e76d937

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.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.0.9",
6+
version: "1.1.0",
77
description: description,
88
package: package]
99
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.9"},
4+
{vsn, "1.1.0"},
55
{modules, [ssl_verify_hostname, ssl_verify_fingerprint]},
66
{registered, []},
77
{applications, [

0 commit comments

Comments
 (0)