Skip to content

Commit 3bf1728

Browse files
committed
Build, Copyright
1 parent f68228a commit 3bf1728

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Build the library with `npm run build`. This will fetch all dependencies and the
3333

3434
Copyright
3535
* (c) 2010-2016 James Hall, https://github.com/MrRio/jsPDF
36-
* (c) 2015 yWorks GmbH, http://www.yworks.com/
36+
* (c) 2015-2016 yWorks GmbH, http://www.yworks.com/
3737

3838
Permission is hereby granted, free of charge, to any person obtaining
3939
a copy of this software and associated documentation files (the

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf-yworks",
3-
"version": "1.2.64",
3+
"version": "1.2.65",
44
"homepage": "https://github.com/yWorks/jsPDF",
55
"description": "PDF Document creation from JavaScript",
66
"main": "dist/jspdf.debug.js",

dist/jspdf.debug.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
/** @preserve
1616
* jsPDF - PDF Document creation from JavaScript
17-
* Version 1.2.64 Built on 2016-03-30T09:41:58.123Z
18-
* CommitID a1c672134b
17+
* Version 1.2.65 Built on 2016-03-30T09:52:24.939Z
18+
* CommitID f68228a660
1919
*
2020
* Copyright (c) 2010-2014 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
2121
* 2010 Aaron Spike, https://github.com/acspike
@@ -2714,7 +2714,7 @@
27142714
* pdfdoc.mymethod() // <- !!!!!!
27152715
*/
27162716
jsPDF.API = { events: [] };
2717-
jsPDF.version = "1.2.64 2016-03-30T09:41:58.123Z:oktoboy\hollaender";
2717+
jsPDF.version = "1.2.65 2016-03-30T09:52:24.939Z:oktoboy\hollaender";
27182718

27192719
if (typeof define === 'function' && define.amd) {
27202720
define('jsPDF', function () {

dist/jspdf.min.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf-yworks",
3-
"version": "1.2.64",
3+
"version": "1.2.65",
44
"homepage": "https://github.com/yWorks/jsPDF",
55
"description": "PDF Document creation from JavaScript",
66
"main": "dist/jspdf.min.js",

0 commit comments

Comments
 (0)