diff --git a/CodePush.podspec b/CodePush.podspec index 3e57981..e6ebbea 100644 --- a/CodePush.podspec +++ b/CodePush.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'CodePush' - s.version = '1.10.1-beta' + s.version = '1.10.1' s.summary = 'React Native plugin for the CodePush service' s.author = 'Microsoft Corporation' s.license = 'MIT' s.homepage = 'http://microsoft.github.io/code-push/' - s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}" } + s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta" } s.platform = :ios, '7.0' s.source_files = 'ios/CodePush/*.{h,m}', 'ios/CodePush/SSZipArchive/*.{h,m}', 'ios/CodePush/SSZipArchive/aes/*.{h,c}', 'ios/CodePush/SSZipArchive/minizip/*.{h,c}' s.public_header_files = 'ios/CodePush/CodePush.h'