Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Feb 4, 2021
1 parent fe5dcac commit 6704522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-time-picker",
"version": "3.0.0-alpha1",
"version": "3.0.0",
"description": "vaadin-time-picker",
"main": "vaadin-time-picker.js",
"module": "vaadin-time-picker.js",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-time-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class TimePickerElement extends ElementMixin(ControlStateMixin(ThemableMixin(Pol
return 'vaadin-time-picker';
}
static get version() {
return '3.0.0-alpha1';
return '3.0.0';
}

static get properties() {
Expand Down

0 comments on commit 6704522

Please sign in to comment.