diff --git a/README.md b/README.md index 02abd6ef..e34164a8 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ $ apt-get install cmake libxcb1-dev xcb-proto python-xcbgen libboost-dev libiw-d Please [report any problems](https://github.com/jaagr/lemonbuddy/issues/new) you run into when building the project. It helps alot. ~~~ sh - $ git clone --branch 1.4.5 --recursive https://github.com/jaagr/lemonbuddy + $ git clone --branch 1.4.6 --recursive https://github.com/jaagr/lemonbuddy $ mkdir lemonbuddy/build $ cd lemonbuddy/build $ cmake .. diff --git a/contrib/lemonbuddy-git.aur/.SRCINFO b/contrib/lemonbuddy-git.aur/.SRCINFO index 2a7d0c5d..66c7796f 100644 --- a/contrib/lemonbuddy-git.aur/.SRCINFO +++ b/contrib/lemonbuddy-git.aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = lemonbuddy-git pkgdesc = A fast and easy-to-use tool for Lemonbar - pkgver = 1.4.5 + pkgver = 1.4.6 pkgrel = 1 url = https://github.com/jaagr/lemonbuddy arch = i686 diff --git a/contrib/lemonbuddy-git.aur/PKGBUILD b/contrib/lemonbuddy-git.aur/PKGBUILD index c97b564e..1a42d10e 100644 --- a/contrib/lemonbuddy-git.aur/PKGBUILD +++ b/contrib/lemonbuddy-git.aur/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Michael Carlberg _pkgname=lemonbuddy pkgname="${_pkgname}-git" -pkgver=1.4.5 +pkgver=1.4.6 pkgrel=1 pkgdesc="A fast and easy-to-use tool for Lemonbar" arch=("i686" "x86_64") diff --git a/contrib/lemonbuddy.aur/.SRCINFO b/contrib/lemonbuddy.aur/.SRCINFO index 594ee5c0..54d48471 100644 --- a/contrib/lemonbuddy.aur/.SRCINFO +++ b/contrib/lemonbuddy.aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = lemonbuddy pkgdesc = A fast and easy-to-use tool for Lemonbar - pkgver = 1.4.5 + pkgver = 1.4.6 pkgrel = 1 url = https://github.com/jaagr/lemonbuddy arch = i686 @@ -20,7 +20,7 @@ pkgbase = lemonbuddy optdepends = jsoncpp: i3 module support optdepends = i3ipc-glib-git: i3 module support conflicts = lemonbuddy-git - source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.4.5 + source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.4.6 md5sums = SKIP pkgname = lemonbuddy diff --git a/contrib/lemonbuddy.aur/PKGBUILD b/contrib/lemonbuddy.aur/PKGBUILD index afb47c7a..4685e95f 100644 --- a/contrib/lemonbuddy.aur/PKGBUILD +++ b/contrib/lemonbuddy.aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=lemonbuddy -pkgver=1.4.5 +pkgver=1.4.6 pkgrel=1 pkgdesc="A fast and easy-to-use tool for Lemonbar" arch=("i686" "x86_64") diff --git a/include/version.hpp b/include/version.hpp index 38dc6e9a..a415a239 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,3 +1,3 @@ #pragma once -#define GIT_TAG "1.4.5" +#define GIT_TAG "1.4.6"