Skip to content

Commit

Permalink
Finish 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinber committed Dec 13, 2024
2 parents 288ea8a + 8511bc7 commit 5d730b1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BitmovinConvivaAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BitmovinConvivaAnalytics'
s.version = '3.4.1'
s.version = '3.5.0'
s.summary = 'Conviva Analytics Integration for the Bitmovin Player iOS SDK'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion BitmovinConvivaAnalytics/Assets/BitmovinConviva-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>3.4.1</string>
<string>3.5.0</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.5.0] - 2024-12-13

### Fixed
- Build error when using Bitmovin Player version 3.78.0 or newer

Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- BitmovinAnalyticsCollector/Core
- BitmovinPlayerCore (~> 3.48)
- BitmovinAnalyticsCollector/Core (3.9.0)
- BitmovinConvivaAnalytics (3.4.1):
- BitmovinConvivaAnalytics (3.5.0):
- BitmovinPlayer (~> 3.64)
- ConvivaSDK (~> 4.0)
- BitmovinPlayer (3.79.0):
Expand Down Expand Up @@ -57,7 +57,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
BitmovinAnalyticsCollector: d08e0b13bcc32973370e0d71f2faa739561bac0a
BitmovinConvivaAnalytics: 88938e0b343392c4036b122e635b47745dd8af80
BitmovinConvivaAnalytics: 65852b604f811ce7d73999bac3a1071f4f293a41
BitmovinPlayer: 1c19b819952c2c10c875569756593f2e177cf036
BitmovinPlayerCore: 299f35f2d8882140a80577c14bd3026beb0cae7c
ConvivaSDK: 5d10811e8611ed1fd99a5ab291bdcb1e795f8756
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BitmovinConvivaAnalytics is available through [CocoaPods](https://cocoapods.org)
To install it, simply add the following line to your Podfile:

```ruby
pod 'BitmovinConvivaAnalytics', git: 'https://github.com/bitmovin/bitmovin-player-ios-analytics-conviva.git', tag: '3.4.1'
pod 'BitmovinConvivaAnalytics', git: 'https://github.com/bitmovin/bitmovin-player-ios-analytics-conviva.git', tag: '3.5.0'
```

Then, in your command line run:
Expand Down

0 comments on commit 5d730b1

Please sign in to comment.