Skip to content

Commit

Permalink
Version fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFox committed Feb 18, 2015
1 parent e05bd23 commit 08eb5c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
"dev-master": "2.x.x-dev"
}
}
}
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.5.3-dev';
const RELEASE = 13;
const VERSION = '1.5.5';
const RELEASE = 15;

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

0 comments on commit 08eb5c3

Please sign in to comment.