Skip to content

Commit

Permalink
2.1.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jul 12, 2018
1 parent a3603da commit c6e38b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-tabs",
"version": "2.1.0-alpha2",
"version": "2.1.0-alpha3",
"description": "vaadin-tabs",
"main": "vaadin-tabs.html",
"repository": "vaadin/vaadin-tabs",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

static get version() {
return '2.1.0-alpha2';
return '2.1.0-alpha3';
}

ready() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
}

static get version() {
return '2.1.0-alpha2';
return '2.1.0-alpha3';
}

static get properties() {
Expand Down

0 comments on commit c6e38b5

Please sign in to comment.