From 809f960d099ba8a900ac11245b0a271ed36225b5 Mon Sep 17 00:00:00 2001 From: cmacrae Date: Wed, 18 Nov 2020 17:04:38 +0000 Subject: [PATCH] release: v1.2.1 --- CHANGELOG.md | 5 +++++ README.md | 2 +- src/spacebar.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de515a..a8e95e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [Unreleased]: https://github.com/cmacrae/spacebar/compare/master...HEAD +## [1.2.1](https://github.com/cmacrae/spacebar/releases/tag/v1.2.1) - 2020-11-18 + +**Changed** +- Fixed a bug where querying for the value of `space_icon_strip` would set it to default (thanks [@jraregris](https://github.com/jraregris)) + ## [1.2.0](https://github.com/cmacrae/spacebar/releases/tag/v1.2.0) - 2020-11-18 **Added** diff --git a/README.md b/README.md index ee5bb96..2c08eb9 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 384b788..6c34685 100644 --- a/src/spacebar.c +++ b/src/spacebar.c @@ -13,7 +13,7 @@ #define MAJOR 1 #define MINOR 2 -#define PATCH 0 +#define PATCH 1 extern int SLSMainConnectionID(void);