release: v1.2.0

This commit is contained in:
cmacrae 2020-11-18 16:10:12 +00:00 committed by Calum MacRae
parent 3e0a5ff93d
commit 329c79beb3
No known key found for this signature in database
GPG key ID: 53922D7E54A14F5D
3 changed files with 5 additions and 3 deletions

View file

@ -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.2.0](https://github.com/cmacrae/spacebar/releases/tag/v1.2.0) - 2020-11-18
**Added**
- Spacing configuration options

View file

@ -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.1.1...HEAD">
<a href="https://github.com/cmacrae/spacebar/compare/v1.2.0...HEAD">
<img src="https://img.shields.io/github/commits-since/cmacrae/spacebar/latest.svg?color=ea907a" alt="Version Badge">
</a>
</p>

View file

@ -12,8 +12,8 @@
#define CONFIG_OPT_SHRT "-c"
#define MAJOR 1
#define MINOR 1
#define PATCH 1
#define MINOR 2
#define PATCH 0
extern int SLSMainConnectionID(void);