Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Nov 14, 2019
1 parent e276be5 commit 61920e3
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/vaadin-board",
"version": "2.1.0",
"version": "2.1.1",
"description": "Polymer element to create flexible responsive layouts and build nice looking dashboard.",
"main": "vaadin-board.html",
"repository": "vaadin/vaadin-board",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-board.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

static get version() {
return '2.1.0';
return '2.1.1';
}

/**
Expand Down

0 comments on commit 61920e3

Please sign in to comment.