Skip to content

Commit

Permalink
Version 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFox committed Sep 4, 2016
1 parent ffcd70c commit e5e8164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PHP implementation of [Hashcash](http://hashcash.org) 1.

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.0"
composer.phar require "thefox/hashcash=~1.6"

## Usage

Expand Down
4 changes: 2 additions & 2 deletions src/TheFox/Pow/Hashcash.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
class Hashcash{

const NAME = 'Hashcash';
const VERSION = '1.6.0-dev.1';
const RELEASE = 15;
const VERSION = '1.6.0';
const RELEASE = 16;

const DATE_FORMAT = 'ymd';
const DATE_FORMAT10 = 'ymdHi';
Expand Down

0 comments on commit e5e8164

Please sign in to comment.