Skip to content

Commit

Permalink
chore: add missing update of version on vcf-breadcrumb.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Feb 20, 2025
1 parent ecf23c6 commit 3498f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/vcf-breadcrumb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class VcfBreadcrumb extends ElementMixin(ThemableMixin(PolylitMixin(LitElement))
}

static get version() {
return '2.0.0';
return '2.0.1';
}

render() {
Expand Down

0 comments on commit 3498f47

Please sign in to comment.