Skip to content

Commit 027edd5

Browse files
committed
4.3.0
1 parent 79d7069 commit 027edd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin/vaadin-split-layout",
3-
"version": "4.3.0-beta1",
3+
"version": "4.3.0",
44
"description": "Polymer element for partitioning a layout into resizeable areas",
55
"main": "vaadin-split-layout.html",
66
"repository": "vaadin/vaadin-split-layout",

src/vaadin-split-layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
}
235235

236236
static get version() {
237-
return '4.3.0-beta1';
237+
return '4.3.0';
238238
}
239239

240240
static get properties() {

0 commit comments

Comments
 (0)