Skip to content

Commit

Permalink
Release v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Apr 5, 2016
1 parent 3075ef1 commit fbd7a58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.11.4-dev
## v0.11.4 (2016-04-06)

* Enhancements
* Use HTTPS to Hex.pm repository
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.4-dev",
version: "0.11.4",
elixir: "~> 1.0",
aliases: aliases,
deps: deps,
Expand Down
6 changes: 3 additions & 3 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ function upload {
# UPDATE THIS FOR EVERY RELEASE
hex_version=$1

build ${hex_version} 18.2.4 1.2.3 1.2.0
build ${hex_version} 17.5.6.7 1.1.1 1.1.0
build ${hex_version} 17.5.6.7 1.0.5 1.0.0
build ${hex_version} 18.3.1 1.2.3 1.2.0
build ${hex_version} 17.5.6.8 1.1.1 1.1.0
build ${hex_version} 17.5.6.8 1.0.5 1.0.0

list_csv ${hex_version} 1.0.0 1.1.0 1.2.0
hex_csv ${hex_version} 1.0.0 1.1.0 1.2.0
Expand Down

0 comments on commit fbd7a58

Please sign in to comment.