Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Feb 24, 2017
1 parent b91161d commit 5e9e1cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
- CC="ccache gcc"
- PATH="$PATH:~/bin"
- DISPLAY=":99.0"
- PHALCON_VERSION="v3.0.2"
- PHALCON_VERSION="v3.0.4"

script:
- tests/lint.sh --lint ${TRAVIS_BUILD_DIR}/ide/stubs
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Create the composer.json file as follows:
```json
{
"require-dev": {
"phalcon/devtools": "~3.0.3"
"phalcon/devtools": "~3.0"
}
}
```
Expand Down Expand Up @@ -113,7 +113,7 @@ This command should display something similar to:
```sh
$ phalcon --help

Phalcon DevTools (3.0.2)
Phalcon DevTools (3.0.4)

Help:
Lists the commands available in Phalcon devtools
Expand Down
2 changes: 1 addition & 1 deletion scripts/Phalcon/Devtools/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ class Version extends PhVersion
*/
protected static function _getVersion()
{
return [3, 0, 4, 0, 0];
return [3, 0, 5, 0, 0];
}
}

0 comments on commit 5e9e1cc

Please sign in to comment.