Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HackbrettXXX committed Jan 12, 2018
1 parent 0890b8f commit e2a73c5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspdf-yworks",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/yWorks/jsPDF",
"description": "PDF Document creation from JavaScript",
"main": "dist/jspdf.debug.js",
Expand Down
6 changes: 3 additions & 3 deletions dist/jspdf.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

/** @preserve
* jsPDF - PDF Document creation from JavaScript
* Version 1.3.0 Built on 2017-12-22T18:52:11.469Z
* CommitID 5c96d1e28f
* Version 1.3.1 Built on 2018-01-12T13:43:21.979Z
* CommitID 0890b8f5f2
*
* Copyright (c) 2010-2014 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
* 2010 Aaron Spike, https://github.com/acspike
Expand Down Expand Up @@ -2973,7 +2973,7 @@
* pdfdoc.mymethod() // <- !!!!!!
*/
jsPDF.API = { events: [] };
jsPDF.version = "1.3.0 2017-12-22T18:52:11.469Z:lukas-pc\lukas";
jsPDF.version = "1.3.1 2018-01-12T13:43:21.979Z:lukas-pc\lukas";

if (typeof define === 'function' && define.amd) {
define('jsPDF', function () {
Expand Down
6 changes: 3 additions & 3 deletions dist/jspdf.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion npm-shrinkwrap.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": "jspdf-yworks",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/yWorks/jsPDF",
"description": "PDF Document creation from JavaScript",
"main": "dist/jspdf.min.js",
Expand Down

0 comments on commit e2a73c5

Please sign in to comment.