Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a81a045

Browse files
larslockefeeritoys
authored andcommitted
Fix podspec (#1271)
Tags are no longer suffixed with `-beta`.
1 parent 2b15800 commit a81a045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.author = package['author']
1010
s.license = package['license']
1111
s.homepage = package['homepage']
12-
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta"}
12+
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}"}
1313
s.ios.deployment_target = '7.0'
1414
s.tvos.deployment_target = '9.0'
1515
s.preserve_paths = '*.js'

0 commit comments

Comments
 (0)