Skip to content

Commit

Permalink
2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Nov 1, 2018
1 parent 9aed4de commit 0d0bbb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-checkbox",
"version": "2.2.3",
"version": "2.2.4",
"description": "vaadin-checkbox",
"main": "vaadin-checkbox.html",
"repository": "vaadin/vaadin-checkbox",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-checkbox.html
Expand Up @@ -114,7 +114,7 @@
}

static get version() {
return '2.2.3';
return '2.2.4';
}

static get properties() {
Expand Down

0 comments on commit 0d0bbb6

Please sign in to comment.