Skip to content

Commit 6b328f9

Browse files
committed
Kick-start development of Pico 3.0
1 parent 6b7f12d commit 6b328f9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"extra": {
3232
"installer-name": "default",
3333
"branch-alias": {
34-
"dev-master": "2.1.x-dev"
34+
"dev-master": "2.1.x-dev",
35+
"dev-pico-3.0": "3.0.x-dev"
3536
}
3637
}
3738
}

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @author Daniel Rudolf
1212
* @link http://picocms.org
1313
* @license http://opensource.org/licenses/MIT The MIT License
14-
* @version 2.1
14+
* @version 3.0
1515
*/
1616

1717
* {

js/pico.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author Daniel Rudolf
77
* @link http://picocms.org
88
* @license http://opensource.org/licenses/MIT The MIT License
9-
* @version 2.1
9+
* @version 3.0
1010
*/
1111

1212
function main()

js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author Daniel Rudolf
77
* @link http://picocms.org
88
* @license http://opensource.org/licenses/MIT The MIT License
9-
* @version 2.1
9+
* @version 3.0
1010
*/
1111

1212
utils = {};

0 commit comments

Comments
 (0)