Skip to content

Commit 5e9e1cc

Browse files
committed
Bump versions
1 parent b91161d commit 5e9e1cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
- CC="ccache gcc"
3232
- PATH="$PATH:~/bin"
3333
- DISPLAY=":99.0"
34-
- PHALCON_VERSION="v3.0.2"
34+
- PHALCON_VERSION="v3.0.4"
3535

3636
script:
3737
- tests/lint.sh --lint ${TRAVIS_BUILD_DIR}/ide/stubs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Create the composer.json file as follows:
3636
```json
3737
{
3838
"require-dev": {
39-
"phalcon/devtools": "~3.0.3"
39+
"phalcon/devtools": "~3.0"
4040
}
4141
}
4242
```
@@ -113,7 +113,7 @@ This command should display something similar to:
113113
```sh
114114
$ phalcon --help
115115

116-
Phalcon DevTools (3.0.2)
116+
Phalcon DevTools (3.0.4)
117117

118118
Help:
119119
Lists the commands available in Phalcon devtools

scripts/Phalcon/Devtools/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ class Version extends PhVersion
3939
*/
4040
protected static function _getVersion()
4141
{
42-
return [3, 0, 4, 0, 0];
42+
return [3, 0, 5, 0, 0];
4343
}
4444
}

0 commit comments

Comments
 (0)