Skip to content

Commit

Permalink
3.1.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Apr 7, 2020
1 parent 656ca19 commit c130f9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-tabs",
"version": "3.0.5",
"version": "3.1.0-alpha1",
"description": "vaadin-tabs",
"main": "vaadin-tabs.html",
"repository": "vaadin/vaadin-tabs",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-tab.html
Expand Up @@ -48,7 +48,7 @@
}

static get version() {
return '3.0.5';
return '3.1.0-alpha1';
}

ready() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-tabs.html
Expand Up @@ -152,7 +152,7 @@
}

static get version() {
return '3.0.5';
return '3.1.0-alpha1';
}

static get properties() {
Expand Down

0 comments on commit c130f9e

Please sign in to comment.