Skip to content

Commit

Permalink
1.2.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezguille committed Feb 10, 2020
1 parent cb6ad07 commit 26062c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-ordered-layout",
"version": "1.2.0-alpha1",
"version": "1.2.0-alpha2",
"description": "vaadin-ordered-layout",
"main": "imports.html",
"repository": "vaadin/vaadin-ordered-layout",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-horizontal-layout.html
Expand Up @@ -79,7 +79,7 @@
}

static get version() {
return '1.2.0-alpha1';
return '1.2.0-alpha2';
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-scroll-container.html
Expand Up @@ -71,7 +71,7 @@
}

static get version() {
return '1.2.0-alpha1';
return '1.2.0-alpha2';
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-vertical-layout.html
Expand Up @@ -81,7 +81,7 @@
}

static get version() {
return '1.2.0-alpha1';
return '1.2.0-alpha2';
}
}

Expand Down

0 comments on commit 26062c1

Please sign in to comment.