Skip to content

Commit

Permalink
Version 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Mayer committed May 15, 2014
1 parent 161d1c2 commit f25c00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PHP implementation of [Hashcash](http://hashcash.org) 1.
## Installation
The preferred method of installation is via [Packagist](https://packagist.org/packages/thefox/hashcash) and [Composer](https://getcomposer.org/). Run the following command to install the package and add it as a requirement to composer.json:

`composer.phar require "thefox/hashcash=1.3.*"`
`composer.phar require "thefox/hashcash=1.4.*"`

## Usage
See `examples.php` for more examples.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
"dev-master": "1.5.x-dev"
}
}
}

0 comments on commit f25c00c

Please sign in to comment.