diff --git a/README.md b/README.md index 5c5f597d..1c2450eb 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ $ apt-get install clang-3.8 libc++-dev libc++abi-dev cmake cmake-data libboost-d Please [report any problems](https://github.com/jaagr/lemonbuddy/issues/new) you run into when building the project. ~~~ sh - $ git clone --branch 2.1.0 --recursive https://github.com/jaagr/lemonbuddy + $ git clone --branch 2.1.1 --recursive https://github.com/jaagr/lemonbuddy $ mkdir lemonbuddy/build $ cd lemonbuddy/build $ cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release .. diff --git a/contrib/lemonbuddy-git.aur/.SRCINFO b/contrib/lemonbuddy-git.aur/.SRCINFO index 8f298f20..9849089c 100644 --- a/contrib/lemonbuddy-git.aur/.SRCINFO +++ b/contrib/lemonbuddy-git.aur/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = lemonbuddy-git pkgdesc = A fast and easy-to-use status bar - pkgver = 2.1.0 - pkgrel = 5 + pkgver = 2.1.1 + pkgrel = 1 url = https://github.com/jaagr/lemonbuddy arch = i686 arch = x86_64 diff --git a/contrib/lemonbuddy-git.aur/PKGBUILD b/contrib/lemonbuddy-git.aur/PKGBUILD index 737cdf6f..dad8c9a8 100644 --- a/contrib/lemonbuddy-git.aur/PKGBUILD +++ b/contrib/lemonbuddy-git.aur/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Michael Carlberg _pkgname=lemonbuddy pkgname="${_pkgname}-git" -pkgver=2.1.0 -pkgrel=5 +pkgver=2.1.1 +pkgrel=1 pkgdesc="A fast and easy-to-use tool for Lemonbar" arch=("i686" "x86_64") url="https://github.com/jaagr/lemonbuddy" diff --git a/contrib/lemonbuddy.aur/.SRCINFO b/contrib/lemonbuddy.aur/.SRCINFO index c9cc9d9e..006b0a64 100644 --- a/contrib/lemonbuddy.aur/.SRCINFO +++ b/contrib/lemonbuddy.aur/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = lemonbuddy pkgdesc = A fast and easy-to-use status bar - pkgver = 2.1.0 - pkgrel = 5 + pkgver = 2.1.1 + pkgrel = 1 url = https://github.com/jaagr/lemonbuddy arch = i686 arch = x86_64 @@ -19,7 +19,7 @@ pkgbase = lemonbuddy optdepends = wireless_tools: network module support optdepends = i3ipc-glib-git: i3 module support conflicts = lemonbuddy-git - source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.1.0 + source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.1.1 md5sums = SKIP pkgname = lemonbuddy diff --git a/contrib/lemonbuddy.aur/PKGBUILD b/contrib/lemonbuddy.aur/PKGBUILD index 24a7a233..1bf3796a 100644 --- a/contrib/lemonbuddy.aur/PKGBUILD +++ b/contrib/lemonbuddy.aur/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=lemonbuddy -pkgver=2.1.0 -pkgrel=5 +pkgver=2.1.1 +pkgrel=1 pkgdesc="A fast and easy-to-use tool for Lemonbar" arch=("i686" "x86_64") url="https://github.com/jaagr/lemonbuddy" diff --git a/include/version.hpp b/include/version.hpp index ebbc88ff..e9a4de96 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,3 +1,3 @@ #pragma once -#define GIT_TAG "2.1.0" +#define GIT_TAG "2.1.1"