Skip to content

Commit

Permalink
Merge branch 'release/2.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Virviil committed Apr 12, 2018
2 parents 0b7f6c9 + 4c94513 commit d9aeae3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 20.1
elixir 1.5.2
elixir 1.6.3
2 changes: 1 addition & 1 deletion lib/bot/bot.ex
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ defmodule Agala.Bot do
{Agala.Bot.Handler, bot_params},
{provider.get_receiver(), bot_params},
]
|> Supervisor.init(strategy: :one_for_one, max_restarts: 1000, max_seconds: 1)
|> Supervisor.init(strategy: :one_for_one)
end
end
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 Agala.Mixfile do

def project do
[app: :agala,
version: "2.0.4",
version: "2.0.5",
elixir: "~> 1.5",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit d9aeae3

Please sign in to comment.