Skip to content

Commit

Permalink
Bump to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
feryardiant committed Feb 11, 2015
1 parent f07b017 commit 56e0e1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "library",
"description": "Unofficial FPDF library with PSR-0 compliant, clean and readable code.",
"license": "no usage restriction",
"homepage": "http://www.fpdf.org/",
"homepage": "http://www.fpdf.org",
"authors": [
{
"name": "Fery Wardiyanto",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"bin": [ "bin/makefont" ],
"archive": {
"exclude": [ "/docs" ]
"exclude": [ "/docs", "/samples", "/tests" ]
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Unofficial FPDF library with PSR-0 compliant, clean and readable code

This is version 1.7.1 with some changes:
This is version 1.7.2 with some changes:

* [x] The library is namespaced in `Fpdf`
* [x] directory structure follow the PSR-0 standard with `src/` as root
Expand Down
3 changes: 1 addition & 2 deletions src/Fpdf/Fpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

class Fpdf extends AbstractFpdf
{
const
VERSION = '1.7.1';
const VERSION = '1.7.2';

protected
// current page number
Expand Down

0 comments on commit 56e0e1e

Please sign in to comment.