Bump version to 2.1.0-nightly

pico-3.0-alpha
Daniel Rudolf 6 years ago
parent f3b5a92247
commit 3eab6c58d0
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 6
      composer.json
  2. 6
      lib/Pico.php

@ -28,7 +28,7 @@
"require": { "require": {
"php": ">=5.3.6", "php": ">=5.3.6",
"ext-dom": "*", "ext-dom": "*",
"twig/twig": "^1.35", "twig/twig": "^1.36",
"symfony/yaml" : "^2.8", "symfony/yaml" : "^2.8",
"erusev/parsedown": "~1.8.0|1.8.0@beta", "erusev/parsedown": "~1.8.0|1.8.0@beta",
"erusev/parsedown-extra": "~0.8.0|0.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." "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager."
}, },
"require-dev" : { "require-dev" : {
"phpdocumentor/phpdocumentor": "^2.8", "phpdocumentor/phpdocumentor": "^2.9",
"squizlabs/php_codesniffer": "^2.4" "squizlabs/php_codesniffer": "^2.9"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {

@ -40,7 +40,7 @@
* @author Daniel Rudolf * @author Daniel Rudolf
* @link http://picocms.org * @link http://picocms.org
* @license http://opensource.org/licenses/MIT The MIT License * @license http://opensource.org/licenses/MIT The MIT License
* @version 2.0 * @version 2.1
*/ */
class Pico class Pico
{ {
@ -49,14 +49,14 @@ class Pico
* *
* @var string * @var string
*/ */
const VERSION = '2.0.5-beta.1'; const VERSION = '2.1.0-nightly';
/** /**
* Pico version ID * Pico version ID
* *
* @var int * @var int
*/ */
const VERSION_ID = 20005; const VERSION_ID = 20100;
/** /**
* Pico API version * Pico API version

Loading…
Cancel
Save