Skip to content

Commit

Permalink
Release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Feb 20, 2021
1 parent 8e209c3 commit d3b6434
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing so far.


## [1.1.6] - 2021-02-20

### Added

- The macOS binary is now compiled as a universal binary to include
Expand Down Expand Up @@ -156,7 +161,8 @@ This change log follows the conventions of
- Chose communication and configuration frameworks.
- Built an implementation which meets the needs of beat-link-trigger.

[unreleased]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.5...HEAD
[unreleased]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.6...HEAD
[1.1.6]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/Deep-Symmetry/carabiner/compare/v1.1.2...v1.1.3
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "Build universal binary"

project(Carabiner)

set(Carabiner_VERSION "1.1.6-SNAPSHOT")
set(Carabiner_VERSION "1.1.6")
configure_file(carabiner.h.in carabiner.h)
configure_file(Info.plist.in Info.plist)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ security feature.

> If you know of any other clients or embedding libraries, please open
> an [issue](https://github.com/Deep-Symmetry/carabiner/issues) or
> mention them on [Beat Link Trigger's Gitter
> channel](https://gitter.im/brunchboy/beat-link-trigger) so I can add
> mention them on [Carabiner's Zulip
> stream]https://deep-symmetry.zulipchat.com/join/wdwsoeiv54bz3coshgjomaqy/)
> links here.
## Building
Expand Down Expand Up @@ -480,7 +480,7 @@ definitely welcome!

<img align="right" alt="Deep Symmetry" src="doc/assets/DS-logo-bw-200-padded-left.png">

Carabiner is Copyright © 2016-2020 [Deep Symmetry, LLC](http://deepsymmetry.org)
Carabiner is Copyright © 2016-2021 [Deep Symmetry, LLC](http://deepsymmetry.org)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit d3b6434

Please sign in to comment.