Skip to content

Commit

Permalink
bump up version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Nov 8, 2018
1 parent 349b17c commit 7997e88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-console",
"version": "6.0.0",
"version": "7.0.0",
"private": true,
"author": {
"name": "Narwhal Technologies Inc",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AngularConsole",
"description": "Angular Console",
"version": "6.0.0",
"version": "7.0.0",
"author": {
"name": "Narwhal Technologies Inc",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion server/src/analytics_and_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function reportException(description: string) {

export function reportPageView(path: string) {
if (canCollectData()) {
visitor.pageview(path, 'Angular Console', '6.0.0').send();
visitor.pageview(path, 'Angular Console', '7.0.0').send();
}
}

Expand Down

0 comments on commit 7997e88

Please sign in to comment.