Skip to content

Commit

Permalink
build: update version to 1.4.0 for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Feb 15, 2023
1 parent 1ccc109 commit 9703b88
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-pdf-viewer",
"version": "1.3.0",
"version": "1.4.0",
"description": "Polymer element providing pdf viewer",
"main": "vcf-pdf-viewer.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/vcf-pdf-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class PdfViewerElement extends
}

static get version() {
return '1.3.0';
return '1.4.0';
}

static get properties() {
Expand Down

0 comments on commit 9703b88

Please sign in to comment.