From 572e8feaf4919d46557fce4e54836e758b484d39 Mon Sep 17 00:00:00 2001 From: ediathome Date: Sun, 21 Jul 2019 18:04:21 +0200 Subject: [PATCH] version bump --- config.xml | 2 +- prestacollege.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 411e9e5..6f0d126 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ PrestaCollege - + diff --git a/prestacollege.php b/prestacollege.php index b2cfa3a..7fb9358 100644 --- a/prestacollege.php +++ b/prestacollege.php @@ -41,7 +41,7 @@ public function __construct() $this->debug = false; $this->name = 'prestacollege'; $this->tab = 'others'; - $this->version = '0.5.0'; + $this->version = '0.5.1'; $this->author = 'Martin Kolb'; $this->need_instance = 1;