Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed May 1, 2018
1 parent 5cf2a96 commit 9dce242
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.1.1] - 2018-05-01

### Fixed

- Colored output on Windows now works as expected.
Expand All @@ -15,4 +17,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial versioned release.

[Unreleased]: https://github.com/Calinou/ipinfo/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/Calinou/ipinfo/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/Calinou/ipinfo/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type IpInfo struct {
func main() {
app := cli.NewApp()
app.Name = "ipinfo"
app.Version = "0.1.0"
app.Version = "0.1.1"
app.Usage = "Retrieve information about IP addresses"
app.UsageText = app.Name + " [IP address]"

Expand Down

0 comments on commit 9dce242

Please sign in to comment.