Skip to content

Commit

Permalink
Bump to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Dec 26, 2015
1 parent f983f3c commit 50ff28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,7 +5,7 @@ language: php
php:
- 5.5
- 5.6
- 7
- 7.0
- hhvm

matrix:
Expand All @@ -21,4 +21,4 @@ script:
- phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v
- sh -c 'if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then php vendor/bin/coveralls -v; fi;'
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
# customization

PACKAGE_NAME = icanboogie/bind-activerecord
PACKAGE_VERSION = 1.0.0
PACKAGE_VERSION = 2.3.0

# do not edit the following lines

Expand Down

0 comments on commit 50ff28a

Please sign in to comment.