Skip to content

Commit 7186c50

Browse files
committed
bump version
1 parent 561f2cb commit 7186c50

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## Unreleased
4+
### Added
5+
### Changed
6+
### Deprecated
7+
### Removed
8+
### Fixed
9+
### Security
10+
11+
## [1.1.1] - 2019-02-19
12+
### Changed
13+
* the chache directory now follows the XDG-standard (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
14+
### Fixed
15+
* only consider markdown files as pages (as there was an `index.json`-file added)

cmd/tldr/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
const currentPlattform = runtime.GOOS
3333

3434
func printVersion() {
35-
fmt.Println("tldr v 1.1.0")
35+
fmt.Println("tldr v 1.1.1")
3636
fmt.Println("Copyright (C) 2017 Max Strübing")
3737
fmt.Println("Source available at https://github.com/mstruebing/tldr")
3838
}

0 commit comments

Comments
 (0)