Skip to content

Commit

Permalink
Merge pull request #1789 from ably/fix/manual-podspec-version
Browse files Browse the repository at this point in the history
Updated podspec to use manual version.
  • Loading branch information
maratal authored Jul 26, 2023
2 parents 2743e47 + 63d2ff4 commit 273277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ably.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Ably"
s.version = `Scripts/get-version.sh`
s.version = '1.2.21-beta.1'
s.summary = "iOS, tvOS and macOS Objective-C and Swift client for Ably"
s.description = <<-DESC
iOS, tvOS and macOS Objective-C and Swift client library for ably.com, the realtime messaging service.
Expand Down

0 comments on commit 273277e

Please sign in to comment.