Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
Changelog

Fixes:
* fix(ramp): Evenly distribute states (#1340), see #1328
* fix(i3): Play nice with workspace_auto_back_and_forth (#1312)
* fix(controller): don't draw window if writing to stdout (#1322), see #1314
  • Loading branch information
patrick96 committed Jul 30, 2018
1 parent 12d0891 commit 437af28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/polybar-git.aur/PKGBUILD
Expand Up @@ -2,7 +2,7 @@
# Contributor: Michael Carlberg <c@rlberg.se>
_pkgname=polybar
pkgname="${_pkgname}-git"
pkgver=3.2.0
pkgver=3.2.1
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
Expand Down
2 changes: 1 addition & 1 deletion contrib/polybar.aur/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Carlberg <c@rlberg.se>
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=polybar
pkgver=3.2.0
pkgver=3.2.1
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
Expand Down
4 changes: 2 additions & 2 deletions include/version.hpp
@@ -1,4 +1,4 @@
#pragma once

#define GIT_TAG "3.2.0"
#define GIT_TAG_NAMESPACE v3_2_0
#define GIT_TAG "3.2.1"
#define GIT_TAG_NAMESPACE v3_2_1

0 comments on commit 437af28

Please sign in to comment.