Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Jun 23, 2016
1 parent 7e179a6 commit 2f4b6d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.2.2 (23/06/2016)
---

- Fixes a regression in 0.2.0 & 0.2.1 where published releases did not contain
minified javascript.

0.2.1 (23/06/2016)
---

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule RequestPot.Mixfile do

def project do
[app: :request_pot,
version: "0.2.1",
version: "0.2.2",
elixir: "~> 1.0",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,
Expand Down

0 comments on commit 2f4b6d8

Please sign in to comment.