Skip to content

Commit

Permalink
build: update version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Oct 29, 2024
1 parent daa848f commit c13a426
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-component-factory/vcf-lookup-field",
"version": "5.0.0",
"version": "5.0.1",
"description": "Vaadin Lookup field component",
"main": "theme/lumo/vcf-lookup-field.js",
"author": "Vaadin Ltd",
Expand Down
2 changes: 1 addition & 1 deletion src/vcf-lookup-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ export class LookupField extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '5.0.0';
return '5.0.1';
}

static get properties() {
Expand Down

0 comments on commit c13a426

Please sign in to comment.