Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 27, 2022
1 parent 6adc45f commit 9526d06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-usage-statistics",
"version": "2.1.1",
"version": "2.1.2",
"description": "Gathers usage statistics for components used during application development",
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-usage-statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class UsageStatistics {

}
static get version() {
return '2.1.1';
return '2.1.2';
}
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 @@ -460,7 +460,7 @@
}], [{
key: 'version',
get: function get$1() {
return '2.1.0';
return '2.1.2';
}
}, {
key: 'firstUseKey',
Expand Down

0 comments on commit 9526d06

Please sign in to comment.