Skip to content

Commit

Permalink
chore(release): set Cargo.toml to 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2023-12-27)

### Bug Fixes

* send modifier keys before keycode, fixes macOS detection ([28bbfdc](28bbfdc))
  • Loading branch information
semantic-release-bot committed Dec 27, 2023
1 parent 28bbfdc commit de55030
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/bloop-box/nfc-scanner-firmware/compare/v1.1.1...v1.1.2) (2023-12-27)


### Bug Fixes

* send modifier keys before keycode, fixes macOS detection ([28bbfdc](https://github.com/bloop-box/nfc-scanner-firmware/commit/28bbfdc4c68f16863b8185f966a002eefe238311))

## [1.1.1](https://github.com/bloop-box/nfc-scanner-firmware/compare/v1.1.0...v1.1.1) (2023-07-30)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bloop-nfc-scanner"
description = "Bloop NFC Scanner Firmware"
version = "1.1.1"
version = "1.1.2"
authors = ["Ben Scholzen (DASPRiD) <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit de55030

Please sign in to comment.