From b93479a005da282cdbe865e5a2d4210361332ed5 Mon Sep 17 00:00:00 2001 From: Tyler Clemens Date: Tue, 19 Feb 2019 12:25:20 -0700 Subject: [PATCH] Fix changelog and bump version --- CHANGELOG.md | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,