Skip to content

Commit d98267b

Browse files
committed
Tweak building text
1 parent 5d21c60 commit d98267b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ whoami=`whoami`
1616
# Update submodules
1717
git submodule foreach git pull origin master
1818

19-
echo ${version}
19+
echo "Building version ${version}"
2020

2121
# Update Bower
2222
#cat ./bower.json \

dist/jspdf.debug.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @preserve
22
* jsPDF - PDF Document creation from JavaScript
3-
* Version 1.1.135-git Built on 2015-05-15T23:03
4-
* CommitID ef39a2d498
3+
* Version 1.1.135-git Built on 2015-05-15T23:14
4+
* CommitID 5d21c60018
55
*
66
* Copyright (c) 2010-2014 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
77
* 2010 Aaron Spike, https://github.com/acspike
@@ -2035,7 +2035,7 @@ var jsPDF = (function(global) {
20352035
* pdfdoc.mymethod() // <- !!!!!!
20362036
*/
20372037
jsPDF.API = {events:[]};
2038-
jsPDF.version = "1.1.135-debug 2015-05-15T23:03:jameshall";
2038+
jsPDF.version = "1.1.135-debug 2015-05-15T23:14:jameshall";
20392039

20402040
if (typeof define === 'function' && define.amd) {
20412041
define('jsPDF', function() {

0 commit comments

Comments
 (0)