Skip to content

Commit e2a73c5

Browse files
committed
v1.3.1
1 parent 0890b8f commit e2a73c5

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.3.0",
3+
"version": "1.3.1",
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.3.0 Built on 2017-12-22T18:52:11.469Z
18-
* CommitID 5c96d1e28f
17+
* Version 1.3.1 Built on 2018-01-12T13:43:21.979Z
18+
* CommitID 0890b8f5f2
1919
*
2020
* Copyright (c) 2010-2014 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
2121
* 2010 Aaron Spike, https://github.com/acspike
@@ -2973,7 +2973,7 @@
29732973
* pdfdoc.mymethod() // <- !!!!!!
29742974
*/
29752975
jsPDF.API = { events: [] };
2976-
jsPDF.version = "1.3.0 2017-12-22T18:52:11.469Z:lukas-pc\lukas";
2976+
jsPDF.version = "1.3.1 2018-01-12T13:43:21.979Z:lukas-pc\lukas";
29772977

29782978
if (typeof define === 'function' && define.amd) {
29792979
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.

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
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.3.0",
3+
"version": "1.3.1",
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)