Skip to content

Commit e2d02aa

Browse files
committed
Bump Version to 1.1.3
1 parent 60ca4e0 commit e2d02aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=audio-tools
2-
version=1.1.2
2+
version=1.1.3
33
author=Phil Schatzmann
44
maintainer=Phil Schatzmann
55
sentence=Some useful audio processing classes

src/AudioToolsConfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
*/
77
#pragma once
88

9-
#define AUDIOTOOLS_VERSION "1.0.1"
9+
#define AUDIOTOOLS_VERSION "1.1.3"
1010
#define AUDIOTOOLS_MAJOR_VERSION 1
11-
#define AUDIOTOOLS_MIOR_VERSION 0
11+
#define AUDIOTOOLS_MINOR_VERSION 1
1212

1313
// Setup for desktop builds
1414
#include "AudioTools/PlatformConfig/desktop.h"

0 commit comments

Comments
 (0)