Skip to content

Commit

Permalink
Bump version to v0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed May 12, 2017
1 parent 0993265 commit 3d7588d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ all:
make upload-linux-64

upload-osx: x86_64-osx/hpack-convert
github-release upload --name hpack-convert_x86_64-osx.tar.gz --label "Pre-built binary for OSX" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t v0.14.4 -f ./x86_64-osx/hpack-convert_x86_64-osx.tar.gz
github-release upload --name hpack-convert_x86_64-osx.tar.gz --label "Pre-built binary for OSX" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t v0.14.7 -f ./x86_64-osx/hpack-convert_x86_64-osx.tar.gz

upload-linux-64: x86_64-linux/hpack-convert
github-release upload --name hpack-convert_x86_64-linux.tar.gz --label "Pre-built binary for Linux 64-bits" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t v0.14.4 -f ./x86_64-linux/hpack-convert_x86_64-linux.tar.gz
github-release upload --name hpack-convert_x86_64-linux.tar.gz --label "Pre-built binary for Linux 64-bits" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t v0.14.7 -f ./x86_64-linux/hpack-convert_x86_64-linux.tar.gz

x86_64-osx/hpack-convert: FORCE
stack build
Expand Down
2 changes: 1 addition & 1 deletion hpack-convert.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack

name: hpack-convert
version: 0.14.6
version: 0.14.7
synopsis: Convert Cabal manifests into hpack's package.yamls
category: Development
homepage: https://github.com/yamadapc/hpack-convert#readme
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hpack-convert
version: '0.14.6'
version: '0.14.7'
synopsis: Convert Cabal manifests into hpack's package.yamls
maintainer: Pedro Tacla Yamada <tacla.yamada@gmail.com>
license: MIT
Expand Down

0 comments on commit 3d7588d

Please sign in to comment.