Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0607 committed Jun 9, 2018
1 parent 621b12e commit 2a45659
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.1.5](https://github.com/toshi0607/gig/compare/v0.1.4...v0.1.5) (2018-06-09)

* :up: go 1.10.3 [#17](https://github.com/toshi0607/gig/pull/17) ([toshi0607](https://github.com/toshi0607))
* :green_heart: tweet latest release [#16](https://github.com/toshi0607/gig/pull/16) ([toshi0607](https://github.com/toshi0607))
* :green_heart: add task for errcheck [#15](https://github.com/toshi0607/gig/pull/15) ([toshi0607](https://github.com/toshi0607))
* :bug: fix scoop script [#14](https://github.com/toshi0607/gig/pull/14) ([toshi0607](https://github.com/toshi0607))

## [v0.1.4](https://github.com/toshi0607/gig/compare/v0.1.3...v0.1.4) (2018-05-16)


Expand Down
6 changes: 3 additions & 3 deletions gig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.4",
"version": "0.1.5",
"architecture": {
"64bit": {
"url": "https://github.com/toshi0607/gig/releases/download/v0.1.4/gig_windows_amd64.zip",
"url": "https://github.com/toshi0607/gig/releases/download/v0.1.5/gig_windows_amd64.zip",
"bin": "gig.exe",
"extract_dir": "gig_windows_amd64"
},
"32bit": {
"url": "https://github.com/toshi0607/gig/releases/download/v0.1.4/gig_windows_386.zip",
"url": "https://github.com/toshi0607/gig/releases/download/v0.1.5/gig_windows_386.zip",
"bin": "gig.exe",
"extract_dir": "gig_windows_386"
}
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const version = "0.1.4"
const version = "0.1.5"

0 comments on commit 2a45659

Please sign in to comment.