diff --git a/README.md b/README.md index 2e8ebe27..94f24d6f 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Find a more complete list on the [dedicated wiki page](https://github.com/jaagr/ Please [report any problems](https://github.com/jaagr/polybar/issues/new) you run into when building the project. ~~~ sh - $ git clone --branch 3.0.4 --recursive https://github.com/jaagr/polybar + $ git clone --branch 3.0.5 --recursive https://github.com/jaagr/polybar $ mkdir polybar/build $ cd polybar/build $ cmake .. diff --git a/contrib/polybar-git.aur/.SRCINFO b/contrib/polybar-git.aur/.SRCINFO index 1d50ef59..2352e69a 100644 --- a/contrib/polybar-git.aur/.SRCINFO +++ b/contrib/polybar-git.aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = polybar-git pkgdesc = A fast and easy-to-use status bar - pkgver = 3.0.4 + pkgver = 3.0.5 pkgrel = 1 url = https://github.com/jaagr/polybar arch = i686 diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD index 77513d1e..9d8237ae 100644 --- a/contrib/polybar-git.aur/PKGBUILD +++ b/contrib/polybar-git.aur/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Michael Carlberg _pkgname=polybar pkgname="${_pkgname}-git" -pkgver=3.0.4 +pkgver=3.0.5 pkgrel=1 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") diff --git a/contrib/polybar.aur/.SRCINFO b/contrib/polybar.aur/.SRCINFO index 97f09e84..53fbad78 100644 --- a/contrib/polybar.aur/.SRCINFO +++ b/contrib/polybar.aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = polybar pkgdesc = A fast and easy-to-use status bar - pkgver = 3.0.4 + pkgver = 3.0.5 pkgrel = 1 url = https://github.com/jaagr/polybar arch = i686 @@ -24,7 +24,7 @@ pkgbase = polybar optdepends = ttf-unifont: Font used in example config optdepends = siji-git: Font used in example config conflicts = polybar-git - source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.4 + source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.5 install = polybar.install md5sums = SKIP diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD index 58ae9519..5981a0ba 100644 --- a/contrib/polybar.aur/PKGBUILD +++ b/contrib/polybar.aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=polybar -pkgver=3.0.4 +pkgver=3.0.5 pkgrel=1 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") diff --git a/include/version.hpp b/include/version.hpp index a94c596f..ba0f3cbe 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,4 +1,4 @@ #pragma once -#define GIT_TAG "3.0.4" -#define GIT_TAG_NAMESPACE v3_0_4 +#define GIT_TAG "3.0.5" +#define GIT_TAG_NAMESPACE v3_0_5