Skip to content

Commit

Permalink
Added the v prefix (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxiao0228 authored Dec 3, 2019
1 parent e658450 commit 5de4a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bluepill.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/linkedin/bluepill'
s.license = { type: 'BSD', file: 'LICENSE' }
s.author = 'LinkedIn Corporation'
s.source = { http: "#{s.homepage}/releases/download/#{s.version}/Bluepill-#{s.version}.zip" }
s.source = { http: "#{s.homepage}/releases/download/v#{s.version}/Bluepill-v#{s.version}.zip" }
s.preserve_paths = '*'
end

0 comments on commit 5de4a1a

Please sign in to comment.