Config.xml angepasst, Kaufabwicklung funktioniert jetzt reibungslos

This commit is contained in:
2016-02-02 16:11:18 +01:00
parent 89e8dde72c
commit 5e25c4ca61
1219 changed files with 92546 additions and 2746 deletions

View File

@@ -20,6 +20,10 @@
*/
// Coho updates this line:
var VERSION = "4.1.1";
var VERSION = "5.1.0";
console.log(VERSION);
module.exports.version = VERSION;
if (!module.parent) {
console.log(VERSION);
}