Skip to content

Commit

Permalink
feat(release): bump to v4.1.0 (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz authored Mar 25, 2024
1 parent 6d0e1bd commit 4ce34b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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:+"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion react-native-track-player.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ce34b7

Please sign in to comment.