Skip to content

Commit

Permalink
Release v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Mar 14, 2016
1 parent 41f279b commit f5e200a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## v0.11.3-dev
## v0.11.3 (2016-03-14)

* Bug fixes
* Do not crash if registry fails to fetch
* Remove force update of registry if it is more than a week old

## v0.11.2 (2016-03-11)

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 Hex.Mixfile do

def project do
[app: :hex,
version: "0.11.3-dev",
version: "0.11.3",
elixir: "~> 1.0",
aliases: aliases,
deps: deps,
Expand Down

1 comment on commit f5e200a

@zhangsoledad
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, i suffer from fetch fail

Please sign in to comment.