Skip to content

Commit 5380bc8

Browse files
committed
build: update version to 5.0.2
1 parent e92c5fc commit 5380bc8

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-date-range-picker",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Polymer element providing a date range selection field with scrollable month calendar",
55
"main": "vcf-date-range-picker.js",
66
"repository": {

src/vcf-date-range-picker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ import { afterNextRender } from '@polymer/polymer/lib/utils/render-status.js';
230230
}
231231

232232
static get version() {
233-
return '5.0.1';
233+
return '5.0.2';
234234
}
235235

236236
static get properties() {

0 commit comments

Comments
 (0)