Skip to content

Commit 1008cd8

Browse files
v1.1.1 - Fix autolinking
1 parent dda53bc commit 1008cd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ios/RNAudioJack.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RNAudioJack"
3-
s.version = "1.0.0"
3+
s.version = "1.1.1"
44
s.summary = "RNAudioJack"
55
s.description = <<-DESC
66
RNAudioJack
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.author = { "author" => "author@domain.cn" }
1212
s.platform = :ios, "7.0"
1313
s.source = { :git => "https://github.com/author/RNAudioJack.git", :tag => "master" }
14-
s.source_files = "RNAudioJack/**/*.{h,m}"
14+
s.source_files = "RNAudioJack.{h,m}"
1515
s.requires_arc = true
1616

1717

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-jack",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)