diff --git a/README.md b/README.md index ffd62aa7..e38054b2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Install the XBPS package [lemonbuddy](https://raw.githubusercontent.com/jaagr/vo ### Building from source ~~~ sh - $ git clone --branch 1.2.2 --recursive https://github.com/jaagr/lemonbuddy + $ git clone --branch 1.3.0 --recursive https://github.com/jaagr/lemonbuddy $ mkdir lemonbuddy/build $ cd lemonbuddy/build $ cmake .. diff --git a/contrib/lemonbuddy.aur/.SRCINFO b/contrib/lemonbuddy.aur/.SRCINFO index c7bc0a34..c2765248 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.2.2 + pkgver = 1.3.0 pkgrel = 1 url = https://github.com/jaagr/lemonbuddy arch = i686 @@ -19,7 +19,7 @@ pkgbase = lemonbuddy optdepends = libsigc++: i3 module support optdepends = i3ipc-glib-git: i3 module support conflicts = lemonbuddy-git - source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.2.2 + source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.3.0 md5sums = SKIP pkgname = lemonbuddy diff --git a/contrib/lemonbuddy.aur/PKGBUILD b/contrib/lemonbuddy.aur/PKGBUILD index 3e55822c..ce92f9e0 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.2.2 +pkgver=1.3.0 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 aa4e545d..ec26c553 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,3 +1,3 @@ #pragma once -#define GIT_TAG "1.2.2-dev" +#define GIT_TAG "1.3.0"