Skip to content

Commit c13a426

Browse files
committed
build: update version to 5.0.1
1 parent daa848f commit c13a426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin-component-factory/vcf-lookup-field",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Vaadin Lookup field component",
55
"main": "theme/lumo/vcf-lookup-field.js",
66
"author": "Vaadin Ltd",

src/vcf-lookup-field.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ export class LookupField extends ElementMixin(ThemableMixin(PolymerElement)) {
549549
}
550550

551551
static get version() {
552-
return '5.0.0';
552+
return '5.0.1';
553553
}
554554

555555
static get properties() {

0 commit comments

Comments
 (0)