Skip to content

Commit

Permalink
release: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacrae committed Mar 27, 2021
1 parent cb01191 commit 0520f18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a href="https://github.com/cmacrae/spacebar/projects/1">
<img src="https://img.shields.io/badge/Project-tasks-7fdbda.svg?logo=trello" alt="GitHub Project Badge">
</a>
<a href="https://github.com/cmacrae/spacebar/compare/v1.2.0...HEAD">
<a href="https://github.com/cmacrae/spacebar/compare/v1.2.1...HEAD">
<img src="https://img.shields.io/github/commits-since/cmacrae/spacebar/latest.svg?color=ea907a" alt="Version Badge">
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/spacebar.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#define MAJOR 1
#define MINOR 2
#define PATCH 0
#define PATCH 1

extern int SLSMainConnectionID(void);

Expand Down

0 comments on commit 0520f18

Please sign in to comment.