Skip to content

Commit

Permalink
3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
piano-analytics committed Mar 20, 2023
1 parent 0c0e8fd commit 96a2d3a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PianoAnalytics-AppExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PianoAnalytics-AppExtension'
s.version = '3.0.3'
s.version = '3.0.4'
s.summary = 'Piano Analytics solution for extension Apple devices'
s.homepage = 'https://github.com/at-internet/piano-analytics-apple'
s.documentation_url = 'https://developers.atinternet-solutions.com/piano-analytics'
Expand Down
2 changes: 1 addition & 1 deletion PianoAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PianoAnalytics'
s.version = '3.0.3'
s.version = '3.0.4'
s.summary = 'Piano Analytics library for Apple devices'
s.homepage = 'https://github.com/at-internet/piano-analytics-apple'
s.documentation_url = 'https://developers.atinternet-solutions.com/piano-analytics'
Expand Down
2 changes: 2 additions & 0 deletions Sources/PianoAnalytics/Core/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ public struct PA {
"device_brand",
"device_display_height",
"device_display_width",
"device_manufacturer",
"device_model",
"device_name",
"device_name_tech",
"device_screen_diagonal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ final class InternalContextPropertiesStep: Step {
static let BrowserLanguagePropertiesFormat = "browser_language%@"

private static let Manufacturer = "Apple"
private static let EventCollectionVersion = "3.0.3"
private static let EventCollectionVersion = "3.0.4"

#if os(tvOS)
private static let Platform = "tvOS"
Expand Down

0 comments on commit 96a2d3a

Please sign in to comment.