Skip to content

Commit ebb3a6a

Browse files
authored
Merge pull request #299 from pipwerks/2.3-dev
Promote 2.3 dev to production
2 parents 2c0bbd9 + 7cded04 commit ebb3a6a

File tree

6 files changed

+205
-127
lines changed

6 files changed

+205
-127
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright © 2023 Philip Hutchison
2+
Copyright © 2024 Philip Hutchison
33
https://pipwerks.mit-license.org/
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pdfobject",
3-
"description": "An open-source standards-friendly JavaScript utility for embedding PDF files into HTML documents",
4-
"version": "2.2.12",
3+
"description": "A lightweight JavaScript utility for dynamically embedding PDFs in HTML documents",
4+
"version": "2.3.0",
55
"main": "pdfobject.js",
66
"moduleType": [
77
"globals",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pdfobject",
3-
"version": "2.2.12",
4-
"description": "An open-source standards-friendly JavaScript utility for embedding PDF files into HTML documents",
3+
"version": "2.3.0",
4+
"description": "A lightweight JavaScript utility for dynamically embedding PDFs in HTML documents",
55
"main": "pdfobject.js",
66
"scripts": {
77
"build": "uglifyjs pdfobject.js -o pdfobject.min.js --compress --comments",

0 commit comments

Comments
 (0)