diff --git a/views/presenting/overview_list.php b/views/presenting/overview_list.php
index 7f9b69f6d98229e0fb29fe26d7953e7d4aa43445..7f4c65a7c2c68a356cb89051d3418d9d5db4a783 100644
--- a/views/presenting/overview_list.php
+++ b/views/presenting/overview_list.php
@@ -10,6 +10,9 @@
             <th data-sort-type="int">
                 <?= _('Standorte') ?>
             </th>
+            <th data-sort-type="int">
+                <?= _('Letzte �nderung') ?>
+            </th>
             <th data-sort-type="int">
                 <?= _('Downloads') ?>
             </th>
@@ -29,6 +32,9 @@
                 <td>
                     <?= htmlReady($marketplugin->uses->count()) ?>
                 </td>
+                <td>
+                    <?= strftime('%x', $marketplugin->releases->orderBy('chdate DESC')->first()->chdate) ?>
+                </td>
                 <td>
                     <?= htmlReady($marketplugin->getDownloads()) ?>
                 </td>