File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## v0.17.0-dev
1+ ## v0.17.0 (2017-08-28)
22
33### Private packages and organizations
44
Original file line number Diff line number Diff line change 11defmodule Hex.MixProject do
22 use Mix.Project
33
4- @ version "0.16.2-dev "
4+ @ version "0.17.0 "
55
66 { :ok , system_version } = Version . parse ( System . version )
77 @ elixir_version { system_version . major , system_version . minor , system_version . patch }
Original file line number Diff line number Diff line change @@ -73,14 +73,15 @@ function upload {
7373# UPDATE THIS FOR EVERY RELEASE
7474hex_version=$1
7575
76+ build ${hex_version} 20.0 1.5.1 1.5.0
7677build ${hex_version} 18.3 1.4.5 1.4.0
7778build ${hex_version} 18.3 1.3.4 1.3.0
7879build ${hex_version} 18.3 1.2.6 1.2.0
7980build ${hex_version} 17.5 1.1.1 1.1.0
8081build ${hex_version} 17.5 1.0.5 1.0.0
8182
82- hex_csv " ${hex_version} " 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0
83- upload " ${hex_version} " 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0
83+ hex_csv " ${hex_version} " 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0
84+ upload " ${hex_version} " 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0
8485
8586
8687rm -rf _build
You can’t perform that action at this time.
0 commit comments