We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634d9e2 commit 301b356Copy full SHA for 301b356
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-split-layout",
3
- "version": "4.1.0-beta1",
+ "version": "4.1.0-beta2",
4
"description": "Polymer element for partitioning a layout into resizeable areas",
5
"main": "vaadin-split-layout.html",
6
"repository": "vaadin/vaadin-split-layout",
src/vaadin-split-layout.html
@@ -233,7 +233,7 @@
233
}
234
235
static get version() {
236
- return '4.1.0-beta1';
+ return '4.1.0-beta2';
237
238
239
static get properties() {
0 commit comments