Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaem committed Aug 31, 2022
1 parent 778002c commit 83b7617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/bash/scripts/addtext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
# - Page numbers in the bottom right corner (in the format `current_page/total_pages`)
# - Current date in the top left corner (in the format `day/month/year`)

../../../pdfsak --input-file ../../input/article1.pdf --output ../../output/addtext.pdf --text "\huge \$page/\$pages" br 1 1 --text "\huge \$day/\$month/\$year" tl 0 0
../../../pdfsak --input-file ../../input/article1.pdf --output ../../output/addtext.pdf --text "\huge \$page/\$pages" br 1 1 --text "\huge \$day/\$month/\$year" tl 0 0 --overwrite

2 changes: 1 addition & 1 deletion pdfsak_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env python3
__version__ = "1.3.0"
__version__ = "1.3.1"

0 comments on commit 83b7617

Please sign in to comment.