Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fire015 committed Mar 25, 2015
1 parent bf5312d commit e590c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require-dev" : {
"phpunit/phpunit" : "~4.0"
"phpunit/phpunit": "~4.0"
},
"autoload-dev": {
"classmap": ["tests"]
Expand Down
2 changes: 1 addition & 1 deletion src/Flintstone/Flintstone.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Flintstone
* Flintstone version
* @var string
*/
const VERSION = '1.8';
const VERSION = '1.9';

/**
* Static instance
Expand Down

0 comments on commit e590c6c

Please sign in to comment.