Skip to content

Commit

Permalink
Fix changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tielur committed Feb 19, 2019
1 parent d1ed829 commit b93479a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.3",
version: "1.0.4",
elixir: "~> 1.3",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit b93479a

Please sign in to comment.