Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed May 31, 2023
1 parent a8f498d commit 5cff4e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-checkbox",
"version": "2.5.1",
"version": "2.6.0",
"description": "vaadin-checkbox",
"main": "vaadin-checkbox.html",
"repository": "vaadin/vaadin-checkbox",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}

static get version() {
return '2.5.1';
return '2.6.0';
}

static get properties() {
Expand Down

0 comments on commit 5cff4e1

Please sign in to comment.