Skip to content

Commit

Permalink
Updated version number in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
pipwerks committed May 16, 2023
1 parent f617353 commit fcd7299
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pdfobject",
"description": "An open-source standards-friendly JavaScript utility for embedding PDF files into HTML documents",
"version": "2.2.10",
"version": "2.2.11",
"main": "pdfobject.js",
"moduleType": [
"globals",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdfobject",
"version": "2.2.10",
"version": "2.2.11",
"description": "An open-source standards-friendly JavaScript utility for embedding PDF files into HTML documents",
"main": "pdfobject.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions pdfobject.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* PDFObject v2.2.10
* PDFObject v2.2.11
* https://github.com/pipwerks/PDFObject
* @license
* Copyright (c) 2008-2023 Philip Hutchison
Expand Down Expand Up @@ -35,7 +35,7 @@
return false;
}

let pdfobjectversion = "2.2.8";
let pdfobjectversion = "2.2.11";
let nav = window.navigator;
let ua = window.navigator.userAgent;

Expand Down
4 changes: 2 additions & 2 deletions pdfobject.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ MIT-style license: http://pipwerks.mit-license.org/

## Changelog

### 2.2.11, May 2023
Typo in version number within PDFObject code. Yup, I'm a bit rusty.

### 2.2.10, May 2023
Version bump for cleaning up docs and aligning on NPM. I'm a bit rusty.

Expand Down

0 comments on commit fcd7299

Please sign in to comment.