Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Feb 19, 2019
1 parent 561f2cb commit 7186c50
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## Unreleased
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [1.1.1] - 2019-02-19
### Changed
* the chache directory now follows the XDG-standard (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
### Fixed
* only consider markdown files as pages (as there was an `index.json`-file added)
2 changes: 1 addition & 1 deletion cmd/tldr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
const currentPlattform = runtime.GOOS

func printVersion() {
fmt.Println("tldr v 1.1.0")
fmt.Println("tldr v 1.1.1")
fmt.Println("Copyright (C) 2017 Max Strübing")
fmt.Println("Source available at https://github.com/mstruebing/tldr")
}
Expand Down

0 comments on commit 7186c50

Please sign in to comment.