Skip to content

Commit

Permalink
bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Mar 19, 2016
1 parent 7f9e02a commit e76d937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule SSLVerifyFun.Mixfile do

def project do
[app: :ssl_verify_fun,
version: "1.0.9",
version: "1.1.0",
description: description,
package: package]
end
Expand Down
2 changes: 1 addition & 1 deletion src/ssl_verify_fun.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, ssl_verify_fun,
[
{description, ""},
{vsn, "1.0.9"},
{vsn, "1.1.0"},
{modules, [ssl_verify_hostname, ssl_verify_fingerprint]},
{registered, []},
{applications, [
Expand Down

0 comments on commit e76d937

Please sign in to comment.