Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnksm committed Jul 11, 2015
1 parent 73599bd commit 208deef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.1.1 (2015-07-11)

Fix bugs

### Added

- Nothing

### Deprecated

- Nothing

### Removed

- Replace rule on `How to apply` section ([#2](https://github.com/tcnksm/license/pull/2))

### Fixed

- Nothing

## 0.1.0 (2015-07-10)

Initial release
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const Name string = "license"
const Version string = "0.1.0"
const Version string = "0.1.1"

// verCheckCh is channel which gets go-latest.Response
var verCheckCh = make(chan *latest.CheckResponse)
Expand Down

0 comments on commit 208deef

Please sign in to comment.