mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
task(build): Bumped version to 0.1.5
This commit is contained in:
parent
1e2cbc0b2e
commit
f71548bc57
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ if(NOT CMAKE_CXX_COMPILER)
|
|||
endif()
|
||||
|
||||
# TODO(jaagr): Replace with git tag
|
||||
project(lemonbuddy VERSION 0.1.4)
|
||||
project(lemonbuddy VERSION 0.1.5)
|
||||
|
||||
set(CMAKE_MODULE_PATH
|
||||
"${CMAKE_MODULE_PATH}"
|
||||
|
|
|
@ -76,7 +76,7 @@ $ sudo apt-get install fonts-font-awesome
|
|||
> **NOTE:** In Void Linux you will need to install `git-perl` to get support for submodules.
|
||||
|
||||
~~~ sh
|
||||
$ git clone --branch 0.1.4 --recursive https://github.com/jaagr/lemonbuddy.git
|
||||
$ git clone --branch 0.1.5 --recursive https://github.com/jaagr/lemonbuddy.git
|
||||
$ mkdir lemonbuddy/build
|
||||
$ cd lemonbuddy/build
|
||||
$ cmake ..
|
||||
|
|
Loading…
Reference in a new issue