Skip to content

Commit

Permalink
build: update version to 23.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Jul 13, 2022
1 parent 609a1a7 commit 7abe36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin-component-factory/vcf-tooltip",
"version": "23.0.4",
"version": "23.0.5",
"description": "Web Component providing an easy way to display tooltips for any html element.",
"main": "src/vcf-tooltip.js",
"author": "Vaadin Ltd",
Expand Down
2 changes: 1 addition & 1 deletion src/vcf-tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class Tooltip extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '23.0.4';
return '23.0.5';
}

static get properties() {
Expand Down

0 comments on commit 7abe36f

Please sign in to comment.