Skip to content

Commit

Permalink
bug: cocopods versions based on github release
Browse files Browse the repository at this point in the history
  • Loading branch information
irohitb committed Jul 19, 2021
1 parent 5c86ad2 commit cd87185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DyteSdk.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'DyteSdk' # Name for your pod
s.version = '0.0.3'
s.version = ENV['LIB_VERSION'] || '1.0'
s.summary = 'Beta release of dyte sdk'
s.homepage = 'https://dyte.in'
s.license = 'Apache 2'
Expand Down

0 comments on commit cd87185

Please sign in to comment.