Skip to content

Commit

Permalink
Merge branch 'release/0.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Apr 11, 2014
2 parents a0841bf + d5d4163 commit 8c6ffc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Abraxas Changelog

### 0.1.0 (2014-04-11)

* Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ $password = $generator->generate();
<!-- references -->
[Build Status]: http://img.shields.io/travis/IcecaveStudios/abraxas/develop.svg
[Test Coverage]: http://img.shields.io/coveralls/IcecaveStudios/abraxas/develop.svg
[SemVer]: http://img.shields.io/:semver-0.0.0-red.svg
[SemVer]: http://img.shields.io/:semver-0.1.0-yellow.svg
2 changes: 1 addition & 1 deletion src/PackageInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
class PackageInfo
{
const NAME = 'Abraxas';
const VERSION = '0.0.0';
const VERSION = '0.1.0';
}

0 comments on commit 8c6ffc4

Please sign in to comment.