Skip to content

Commit 3498f47

Browse files
committed
chore: add missing update of version on vcf-breadcrumb.ts
1 parent ecf23c6 commit 3498f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/vcf-breadcrumb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class VcfBreadcrumb extends ElementMixin(ThemableMixin(PolylitMixin(LitElement))
6161
}
6262

6363
static get version() {
64-
return '2.0.0';
64+
return '2.0.1';
6565
}
6666

6767
render() {

0 commit comments

Comments
 (0)