We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d7069 commit 027edd5Copy full SHA for 027edd5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-split-layout",
3
- "version": "4.3.0-beta1",
+ "version": "4.3.0",
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
@@ -234,7 +234,7 @@
234
}
235
236
static get version() {
237
- return '4.3.0-beta1';
+ return '4.3.0';
238
239
240
static get properties() {
0 commit comments