Skip to content

Commit

Permalink
bump Analytics version to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Jun 30, 2022
1 parent 85d2536 commit 2890e9d
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.0.1
component.version=v3.0.2

[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.1
component.version=v3.0.2

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

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

0 comments on commit 2890e9d

Please sign in to comment.