Skip to content

Commit

Permalink
chore: bump analytics version to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Jul 24, 2023
1 parent 4853833 commit b397418
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.2.0
component.version=v3.2.1

[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.2.0
component.version=v3.2.1

[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.2.0",
"version": "3.2.1",
"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 @@ -103,7 +103,7 @@ export function buildCDNUrl(suffix: string): string {
}

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

0 comments on commit b397418

Please sign in to comment.