Skip to content

Commit

Permalink
build: update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Jul 25, 2022
1 parent c2d841a commit 66e8cf1
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.1.0",
"version": "1.1.1",
"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 @@ -303,7 +303,7 @@ class PdfViewerElement extends
}

static get version() {
return '1.1.0';
return '1.1.1';
}

static get properties() {
Expand Down

0 comments on commit 66e8cf1

Please sign in to comment.