From b075de54d67a0bf7ba5b4433d3304de7f9ea8dd9 Mon Sep 17 00:00:00 2001 From: cmacrae Date: Tue, 21 Jul 2020 19:58:28 +0100 Subject: [PATCH] release: v1.1.1 --- CHANGELOG.md | 2 ++ README.md | 2 +- src/spacebar.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a366c..b5e3feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [Unreleased]: https://github.com/cmacrae/spacebar/compare/master...HEAD +## [1.1.1](https://github.com/cmacrae/spacebar/releases/tag/v1.1.1) - 2020-07-21 + **Changed** - Fixed a bug where long window titles would draw over the right status area - Padding between items in the status area based on current values diff --git a/README.md b/README.md index 9f5f95a..6838077 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ GitHub Project Badge - + Version Badge

diff --git a/src/spacebar.c b/src/spacebar.c index bb47323..3308c1a 100644 --- a/src/spacebar.c +++ b/src/spacebar.c @@ -13,7 +13,7 @@ #define MAJOR 1 #define MINOR 1 -#define PATCH 0 +#define PATCH 1 extern int SLSMainConnectionID(void);