minor bump

This commit is contained in:
onyx-and-iris 2024-07-08 18:01:10 +01:00
parent 3d00c7dd4f
commit 82823687db
5 changed files with 5 additions and 5 deletions

View File

@ -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`

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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