From 4ce34b749b79e15e996b0e6cb603b90cc5f54d11 Mon Sep 17 00:00:00 2001 From: David Chavez Date: Mon, 25 Mar 2024 15:08:42 +0100 Subject: [PATCH] feat(release): bump to v4.1.0 (#2276) --- android/build.gradle | 4 ++-- package.json | 2 +- react-native-track-player.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 6f9ff8a13..ac3347351 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -50,9 +50,9 @@ repositories { } dependencies { - implementation 'com.github.doublesymmetry:kotlinaudio:v2.0.0' + implementation 'com.github.doublesymmetry:kotlinaudio:v2.1.0' // used when building against local maven -// implementation "com.github.doublesymmetry:kotlin-audio:2.0.0" +// implementation "com.github.doublesymmetry:kotlin-audio:2.1.0" //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" diff --git a/package.json b/package.json index 971b582c9..ad4973e2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-track-player", - "version": "4.0.1", + "version": "4.1.0", "description": "A fully fledged audio module created for music apps", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", diff --git a/react-native-track-player.podspec b/react-native-track-player.podspec index 86f5f821e..9209aa218 100644 --- a/react-native-track-player.podspec +++ b/react-native-track-player.podspec @@ -18,5 +18,5 @@ Pod::Spec.new do |s| s.swift_version = "4.2" s.dependency "React-Core" - s.dependency "SwiftAudioEx", "1.0.0" + s.dependency "SwiftAudioEx", "1.1.0" end