Skip to content

Commit

Permalink
2.1.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Jul 27, 2018
1 parent 4bcd19c commit 6598e80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-text-field",
"version": "2.1.0-beta1",
"version": "2.1.0-beta2",
"description": "vaadin-text-field",
"main": "vaadin-text-field.html",
"repository": "vaadin/vaadin-text-field",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-password-field.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}

static get version() {
return '2.1.0-beta1';
return '2.1.0-beta2';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-text-area.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}

static get version() {
return '2.1.0-beta1';
return '2.1.0-beta2';
}

static get observers() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-text-field.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}

static get version() {
return '2.1.0-beta1';
return '2.1.0-beta2';
}

static get properties() {
Expand Down

0 comments on commit 6598e80

Please sign in to comment.