Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Jun 9, 2020
1 parent cec90af commit 3aba527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.0)
project (libtree VERSION 1.1.3)
project (libtree VERSION 1.1.4)

include(GNUInstallDirs)
include(CTest)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A tool that:
Download the [**latest release**](https://github.com/haampie/libtree/releases) from Github:

```bash
wget https://github.com/haampie/libtree/releases/download/v1.1.3/libtree_x86_64.tar.gz
wget https://github.com/haampie/libtree/releases/download/v1.1.4/libtree_x86_64.tar.gz
tar -xzf libtree_x86_64.tar.gz
ln -s $(realpath ./libtree/libtree) /usr/local/bin/
libtree $(which man)
Expand Down

0 comments on commit 3aba527

Please sign in to comment.