Skip to content

Commit

Permalink
Prepared 7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brototyp committed Oct 25, 2020
1 parent bbf6f12 commit 169c2e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MatomoTracker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MatomoTracker"
spec.version = "7.2.2"
spec.version = "7.3"
spec.summary = "A Matomo Tracker written in Swift for iOS, tvOS and macOS apps."
spec.homepage = "https://github.com/matomo-org/matomo-sdk-ios/"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down
2 changes: 1 addition & 1 deletion MatomoTracker/MatomoTracker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -466,5 +466,5 @@ extension MatomoTracker {

extension MatomoTracker {
/// The version of the Matomo SDKs
@objc public static let sdkVersion = "7.2.2"
@objc public static let sdkVersion = "7.3"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The MatomoTracker is an iOS, tvOS and macOS SDK for sending app analytics to a M
Use the following in your Podfile.

```
pod 'MatomoTracker', '~> 7.2'
pod 'MatomoTracker', '~> 7.3'
```

Then run `pod install`. In every file you want to use the MatomoTracker, don't forget to import the framework with `import MatomoTracker`.
Expand Down

0 comments on commit 169c2e9

Please sign in to comment.