From 21ca06617c1294ba02e022ed497a9edfc551ad2d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Jun 2023 14:01:13 +0000 Subject: [PATCH] chore(release): set `Cargo.toml` to 1.1.2 [skip ci] ## [1.1.2](https://github.com/DASPRiD/vrc-osc-manager/compare/v1.1.1...v1.1.2) (2023-06-11) ### Bug Fixes * **pishock:** use passed duration argument instead of config ([b1f7c60](https://github.com/DASPRiD/vrc-osc-manager/commit/b1f7c608de6e6edbf9cce3a6a7f5400e51a91ac7)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f553b32..a3fc3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/DASPRiD/vrc-osc-manager/compare/v1.1.1...v1.1.2) (2023-06-11) + + +### Bug Fixes + +* **pishock:** use passed duration argument instead of config ([b1f7c60](https://github.com/DASPRiD/vrc-osc-manager/commit/b1f7c608de6e6edbf9cce3a6a7f5400e51a91ac7)) + ## [1.1.1](https://github.com/DASPRiD/vrc-osc-manager/compare/v1.1.0...v1.1.1) (2023-06-09) diff --git a/Cargo.lock b/Cargo.lock index 4d15fdd..126fac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2414,7 +2414,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vrc-osc-manager" -version = "1.1.1" +version = "1.1.2" dependencies = [ "anyhow", "async-osc", diff --git a/Cargo.toml b/Cargo.toml index b5f0456..34af1dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vrc-osc-manager" description = "OSC client for managing VRChat accessories" -version = "1.1.1" +version = "1.1.2" edition = "2021" authors = ["Ben Scholzen (DASPRiD) "] readme = "README.md"