We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b20c0 commit 25592ddCopy full SHA for 25592dd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-accordion",
3
- "version": "1.1.0-alpha1",
+ "version": "1.1.0",
4
"description": "vaadin-accordion",
5
"main": "vaadin-accordion.html",
6
"repository": "vaadin/vaadin-accordion",
src/vaadin-accordion.html
@@ -80,7 +80,7 @@
80
}
81
82
static get version() {
83
- return '1.1.0-alpha1';
+ return '1.1.0';
84
85
86
static get properties() {
0 commit comments