Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tielur committed Jun 26, 2019
1 parent 09d41a7 commit a74b277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.0.6
* Bug fix related to the use of delayed_reply [#7](https://github.com/tielur/alice_haha/pull/7)
## v1.0.5
* Bug fix to repetitive laugh check. It now correctly handlers direct messages
and messages in channels.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule AliceHaha.Mixfile do
def project do
[
app: :alice_haha,
version: "1.0.5",
version: "1.0.6",
elixir: "~> 1.3",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit a74b277

Please sign in to comment.