Skip to content

Commit

Permalink
Update versions for beta2 release (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezguille committed Mar 29, 2018
1 parent 0fed55b commit d8f857c
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-board",
"version": "2.0.0-alpha1",
"version": "2.0.0-beta2",
"description": "Polymer element to create flexible responsive layouts and build nice looking dashboard.",
"author": "Vaadin Ltd",
"license": "https://raw.githubusercontent.com/vaadin/vaadin-board/master/LICENSE.txt",
Expand Down
2 changes: 1 addition & 1 deletion vaadin-board.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

static get version() {
return '2.0.0-alpha1';
return '2.0.0-beta2';
}

constructor() {
Expand Down

0 comments on commit d8f857c

Please sign in to comment.