We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ca4e0 commit e2d02aaCopy full SHA for e2d02aa
library.properties
@@ -1,5 +1,5 @@
1
name=audio-tools
2
-version=1.1.2
+version=1.1.3
3
author=Phil Schatzmann
4
maintainer=Phil Schatzmann
5
sentence=Some useful audio processing classes
src/AudioToolsConfig.h
@@ -6,9 +6,9 @@
6
*/
7
#pragma once
8
9
-#define AUDIOTOOLS_VERSION "1.0.1"
+#define AUDIOTOOLS_VERSION "1.1.3"
10
#define AUDIOTOOLS_MAJOR_VERSION 1
11
-#define AUDIOTOOLS_MIOR_VERSION 0
+#define AUDIOTOOLS_MINOR_VERSION 1
12
13
// Setup for desktop builds
14
#include "AudioTools/PlatformConfig/desktop.h"
0 commit comments