Bump version to 2.1.0-nightly
This commit is contained in:
parent
f3b5a92247
commit
3eab6c58d0
2 changed files with 6 additions and 6 deletions
|
@ -28,7 +28,7 @@
|
|||
"require": {
|
||||
"php": ">=5.3.6",
|
||||
"ext-dom": "*",
|
||||
"twig/twig": "^1.35",
|
||||
"twig/twig": "^1.36",
|
||||
"symfony/yaml" : "^2.8",
|
||||
"erusev/parsedown": "~1.8.0|1.8.0@beta",
|
||||
"erusev/parsedown-extra": "~0.8.0|0.8.0@beta"
|
||||
|
@ -39,8 +39,8 @@
|
|||
"picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager."
|
||||
},
|
||||
"require-dev" : {
|
||||
"phpdocumentor/phpdocumentor": "^2.8",
|
||||
"squizlabs/php_codesniffer": "^2.4"
|
||||
"phpdocumentor/phpdocumentor": "^2.9",
|
||||
"squizlabs/php_codesniffer": "^2.9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
* @author Daniel Rudolf
|
||||
* @link http://picocms.org
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @version 2.0
|
||||
* @version 2.1
|
||||
*/
|
||||
class Pico
|
||||
{
|
||||
|
@ -49,14 +49,14 @@ class Pico
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '2.0.5-beta.1';
|
||||
const VERSION = '2.1.0-nightly';
|
||||
|
||||
/**
|
||||
* Pico version ID
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
const VERSION_ID = 20005;
|
||||
const VERSION_ID = 20100;
|
||||
|
||||
/**
|
||||
* Pico API version
|
||||
|
|
Loading…
Reference in a new issue