Skip to content

Commit

Permalink
bump Analytics version to v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Jul 13, 2022
1 parent 87a1885 commit 8780849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
component.name=AnalyticsV2
component.version=v3.0.3
component.version=v3.0.4

[player]
swfPath=/flash/kdp3/
Expand Down
2 changes: 1 addition & 1 deletion deploy_v7/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
component.name=AnalyticsV7
component.version=v3.0.3
component.version=v3.0.4

[player]
objectType = 1
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/analytics-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function buildCDNUrl(suffix: string): string {
}

export const analyticsConfig: AnalyticsConfig = {
appVersion: '3.0.3',
appVersion: '3.0.4',
valueSeparator: '|',
skipEmptyBuckets: false,
defaultPageSize: 25,
Expand Down

0 comments on commit 8780849

Please sign in to comment.