Skip to content

Commit 7770678

Browse files
committed
Bump version to 1.0.1
1 parent de1c310 commit 7770678

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vaadin-usage-statistics",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Gathers usage statistics for components used during application development",
55
"main": "index.js",
66
"directories": {

vaadin-usage-statistics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246

247247
}
248248
static get version() {
249-
return '1.0.0';
249+
return '1.0.1';
250250
}
251251
static get firstUseKey() {
252252
return 'vaadin.statistics.firstuse';

0 commit comments

Comments
 (0)