Skip to content

Commit

Permalink
Bump 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Jul 7, 2021
1 parent fb208b9 commit 5190930
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.2.1)
project (libtree VERSION 1.2.2)

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 @@ -14,7 +14,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.2.1/libtree_x86_64.tar.gz
wget https://github.com/haampie/libtree/releases/download/v1.2.2/libtree_x86_64.tar.gz
tar -xzf libtree_x86_64.tar.gz
ln -s $(realpath ./libtree/libtree) /usr/local/bin/libtree
libtree $(which man)
Expand Down

0 comments on commit 5190930

Please sign in to comment.