Skip to content

Commit

Permalink
Version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tielur committed Jan 2, 2020
1 parent 62fa8b3 commit 9cecfa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## v1.0.7
* Regex bug fix [#8](https://github.com/tielur/alice_haha/pull/8)

## 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.6",
version: "1.0.7",
elixir: "~> 1.3",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 9cecfa4

Please sign in to comment.