Commit 1c7dd57d authored by Fabien Potencier's avatar Fabien Potencier

bumped version to 1.3

parent 57c98ea0
...@@ -27,7 +27,7 @@ The recommended way to install Silex is through `Composer`_: ...@@ -27,7 +27,7 @@ The recommended way to install Silex is through `Composer`_:
.. code-block:: bash .. code-block:: bash
php composer.phar require silex/silex "~1.2" php composer.phar require silex/silex "~1.3"
Alternatively, you can download the `silex.zip`_ file and extract it. Alternatively, you can download the `silex.zip`_ file and extract it.
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2.x-dev" "dev-master": "1.3.x-dev"
} }
} }
} }
Changelog Changelog
========= =========
1.3.0 (2015-XX-XX)
------------------
* n/a
1.2.3 (2015-01-20) 1.2.3 (2015-01-20)
------------------ ------------------
......
...@@ -42,7 +42,7 @@ use Silex\EventListener\StringToResponseListener; ...@@ -42,7 +42,7 @@ use Silex\EventListener\StringToResponseListener;
*/ */
class Application extends \Pimple implements HttpKernelInterface, TerminableInterface class Application extends \Pimple implements HttpKernelInterface, TerminableInterface
{ {
const VERSION = '1.2.3'; const VERSION = '1.3.0-dev';
const EARLY_EVENT = 512; const EARLY_EVENT = 512;
const LATE_EVENT = -512; const LATE_EVENT = -512;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment