Skip to content

Commit 29f115e

Browse files
author
Nii Yeboah
committed
v23.2.1
1 parent cb18803 commit 29f115e

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-component-factory/vcf-anchor-nav",
3-
"version": "23.2.0",
3+
"version": "23.2.1",
44
"description": "Component with tabs used as anchor navigation and content sections. Automates the linking of tabs and sections.",
55
"main": "vcf-anchor-nav.js",
66
"author": "Vaadin Ltd",

src/vcf-anchor-nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class AnchorNavElement extends ElementMixin(ThemableMixin(PolymerElement)
148148
}
149149

150150
static get version() {
151-
return '23.2.0';
151+
return '23.2.1';
152152
}
153153

154154
static get properties() {

0 commit comments

Comments
 (0)