Skip to content

Commit

Permalink
bump analytics version to v3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Oct 8, 2024
1 parent 46677f7 commit b92acdd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7.4
component.version=v3.7.5

[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.7.4
component.version=v3.7.5

[player]
objectType = 1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analytics-front-end",
"version": "3.7.4",
"version": "3.7.5",
"scripts": {
"ng": "ng",
"start": "ng serve",
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 @@ -113,7 +113,7 @@ export function buildCDNUrl(suffix: string): string {
}

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

0 comments on commit b92acdd

Please sign in to comment.