From 6b328f96b0fcc23abb3dff1fe028d98d5cb1ce92 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sun, 29 Mar 2020 15:15:25 +0200 Subject: [PATCH] Kick-start development of Pico 3.0 --- composer.json | 3 ++- css/style.css | 2 +- js/pico.js | 2 +- js/utils.js | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index e46621a..f537ba1 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,8 @@ "extra": { "installer-name": "default", "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "2.1.x-dev", + "dev-pico-3.0": "3.0.x-dev" } } } diff --git a/css/style.css b/css/style.css index 3fe40d3..60ccb72 100644 --- a/css/style.css +++ b/css/style.css @@ -11,7 +11,7 @@ * @author Daniel Rudolf * @link http://picocms.org * @license http://opensource.org/licenses/MIT The MIT License - * @version 2.1 + * @version 3.0 */ * { diff --git a/js/pico.js b/js/pico.js index 4ddb6ad..ef2f9bc 100644 --- a/js/pico.js +++ b/js/pico.js @@ -6,7 +6,7 @@ * @author Daniel Rudolf * @link http://picocms.org * @license http://opensource.org/licenses/MIT The MIT License - * @version 2.1 + * @version 3.0 */ function main() diff --git a/js/utils.js b/js/utils.js index 62b65cc..a50821a 100644 --- a/js/utils.js +++ b/js/utils.js @@ -6,7 +6,7 @@ * @author Daniel Rudolf * @link http://picocms.org * @license http://opensource.org/licenses/MIT The MIT License - * @version 2.1 + * @version 3.0 */ utils = {};