Core update (bump version number)

This commit is contained in:
markseu 2014-12-30 20:49:18 +01:00
parent f21e9fac6a
commit 73c6ad7383
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Yellow 0.4.16
Yellow 0.4.17
=============
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/markseu/yellowcms)

View file

@ -4,7 +4,7 @@
// Yellow main API
var yellow =
{
version: "0.4.4",
version: "0.4.5",
action: function(text) { yellow.webinterface.action(text); },
onClick: function(e) { yellow.webinterface.hidePanesOnClick(yellow.toolbox.getEventElement(e)); },
onKeydown: function(e) { yellow.webinterface.hidePanesOnKeydown(yellow.toolbox.getEventKeycode(e)); },

View file

@ -5,7 +5,7 @@
// Yellow main class
class Yellow
{
const Version = "0.4.15";
const Version = "0.4.17";
var $page; //current page
var $pages; //pages from file system
var $config; //configuration