Skip to content

Commit ee4ba08

Browse files
committed
master merged
2 parents 1bbb8a5 + 769c140 commit ee4ba08

14 files changed

+509
-146
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doc.text(20, 20, 'Hello world.');
1515
doc.save('Test.pdf');
1616
```
1717

18-
### Head over to [jsPDF.com](http://jspdf.com) for the live editor and examples
18+
### Head over to [jsPDF.com](http://jspdf.com) for details or [http://mrrio.github.io/jsPDF/](mrrio.github.io/jsPDF/) for a live editor and examples.
1919

2020
## Checking out the source
2121

bower.json

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

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ if [ "$git_push" = "1" ]; then
9090
fi
9191
if [ "$git_tag" = "1" ]; then
9292
commit=`git rev-parse --short=10 HEAD`
93+
git history
9394
git tag -m "${build} ${commit}" -s v${version}
9495
git push upstream v${version}
9596
fi

0 commit comments

Comments
 (0)