Skip to content

Commit

Permalink
chore: fix version getter [skip ci] (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezguille authored Jul 28, 2021
1 parent 0bd6cee commit 63a5602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vaadin-crud.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h3 slot="header">[[__computeEditorHeader(__isNew, i18n.newItem, i18n.editItem)]
}

static get version() {
return '1.3.0';
return '1.3.1';
}

static get properties() {
Expand Down

0 comments on commit 63a5602

Please sign in to comment.