Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
Enhancements:
- Paddle now runs under a Supervisor
- Add a :timeout option
- Add the :ipv6, :tcpopts and :sslopts options

Fixes:
- Better typespecs
- Little bit better documentation
  • Loading branch information
minijackson committed Dec 11, 2017
1 parent 99c0612 commit 3bc5443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Paddle.Mixfile do

def project do
[app: :paddle,
version: "0.1.2",
version: "0.1.3",
description: "A library simplifying LDAP usage",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit 3bc5443

Please sign in to comment.