Skip to content

Commit 6ee93e6

Browse files
author
Maciej Makowski
committed
chore: release 0.4.1
1 parent 472a535 commit 6ee93e6

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

packages/react-native-audio-api/android/src/main/cpp/core/AudioPlayer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include <oboe/Oboe.h>
4+
#include <functional>
45
#include <memory>
56

67
namespace audioapi {

packages/react-native-audio-api/common/cpp/core/AudioContext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include <memory>
4+
#include <functional>
45

56
#include "BaseAudioContext.h"
67

packages/react-native-audio-api/common/cpp/jsi/JsiPromise.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <memory>
66
#include <string>
77
#include <utility>
8+
#include <functional>
89

910
namespace audioapi {
1011

packages/react-native-audio-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-audio-api",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)