changed hex_metadata.config
 
@@ -20,4 +20,4 @@
20
20
{<<"name">>,<<"poolboy">>},
21
21
{<<"optional">>,false},
22
22
{<<"requirement">>,<<"~> 1.5">>}]]}.
23
- {<<"version">>,<<"0.2.1">>}.
23
+ {<<"version">>,<<"0.2.2">>}.
changed lib/ot/server/impl.ex
 
@@ -1,7 +1,7 @@
1
1
defmodule OT.Server.Impl do
2
- # @moduledoc """
3
- # Implements the business logic of interacting with data in an OT system.
4
- # """
2
+ @moduledoc """
3
+ Implements the business logic of interacting with data in an OT system.
4
+ """
5
5
6
6
@adapter Application.get_env(:ot_server, :adapter, OT.Server.ETSAdapter)
7
7
@max_retries Application.get_env(:ot_server, :max_retries)
changed mix.exs
 
@@ -1,7 +1,7 @@
1
1
defmodule OT.Server.Mixfile do
2
2
use Mix.Project
3
3
4
- @version "0.2.1"
4
+ @version "0.2.2"
5
5
@github_url "https://github.com/jclem/ot_server"
6
6
7
7
def project do