diff --git a/CHANGELOG.md b/CHANGELOG.md index edcdad0..140eed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## v1.0.3 +## v1.0.4 * No longer count haha's when you repetitively laugh at yourself * Reduce haha gif size from 9MB to 2MB -## v1.0.2 +## v1.0.3 * Fix order of haha winners [#2](https://github.com/tielur/alice_haha/pull/2) \ No newline at end of file diff --git a/mix.exs b/mix.exs index c15e89b..63df3ee 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule AliceHaha.Mixfile do def project do [ app: :alice_haha, - version: "1.0.3", + version: "1.0.4", elixir: "~> 1.3", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,