Skip to content

Commit

Permalink
chore: align version getter with package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Aug 2, 2019
1 parent b64517e commit de6ecb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vaadin-usage-statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class UsageStatistics {

}
static get version() {
return '2.0.1';
return '2.0.6';
}
static get firstUseKey() {
return 'vaadin.statistics.firstuse';
Expand Down
2 changes: 1 addition & 1 deletion vaadin-usage-statistics-collect.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
}], [{
key: 'version',
get: function get$1() {
return '2.0.1';
return '2.0.6';
}
}, {
key: 'firstUseKey',
Expand Down

0 comments on commit de6ecb0

Please sign in to comment.