From 82823687db791fb3680f741490610a24b9d8bfa3 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 8 Jul 2024 18:01:10 +0100 Subject: [PATCH] minor bump --- README.md | 2 +- src/ivmr.c | 2 +- src/util.c | 2 +- src/vmrcli.c | 2 +- src/wrapper.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3512b03..4d292f9 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ You may also pipe a scripts contents to the CLI: $(Get-Content .\example_commands.txt) | .\vmrcli.exe -D1 -i ``` -Multiple API commands can be in a single line but they should be space separated. +Multiple API commands can be in a single line, they may be delimited by space, `;` or `,`. ## `Build` diff --git a/src/ivmr.c b/src/ivmr.c index 806b7ed..262f6dc 100644 --- a/src/ivmr.c +++ b/src/ivmr.c @@ -3,7 +3,7 @@ * @author Vincent Burel, Onyx and Iris (code@onyxandiris.online) * @brief Functions for initializing the iVMR interface. * Defines a single public function that returns a pointer to the interface. - * @version 0.5.0 + * @version 0.6.0 * @date 2024-07-06 * * @copyright Vincent Burel(c)2015-2021 All Rights Reserved diff --git a/src/util.c b/src/util.c index 4a269b8..204611c 100644 --- a/src/util.c +++ b/src/util.c @@ -2,7 +2,7 @@ * @file util.c * @author Onyx and Iris (code@onyxandiris.online) * @brief Utility functions. - * @version 0.5.0 + * @version 0.6.0 * @date 2024-07-06 * * @copyright Copyright (c) 2024 diff --git a/src/vmrcli.c b/src/vmrcli.c index 0353ce4..ea38b3d 100644 --- a/src/vmrcli.c +++ b/src/vmrcli.c @@ -2,7 +2,7 @@ * @file vmrcli.c * @author Onyx and Iris (code@onyxandiris.online) * @brief A Voicemeeter Remote Command Line Interface - * @version 0.5.0 + * @version 0.6.0 * @date 2024-07-06 * * @copyright Copyright (c) 2024 diff --git a/src/wrapper.c b/src/wrapper.c index 18097f7..43d209b 100644 --- a/src/wrapper.c +++ b/src/wrapper.c @@ -2,7 +2,7 @@ * @file wrapper.c * @author Onyx and Iris (code@onyxandiris.online) * @brief Provides public functions that wrap the iVMR calls - * @version 0.5.0 + * @version 0.6.0 * @date 2024-07-06 * * @copyright Copyright (c) 2024