updated versions to 0.2

This commit is contained in:
surrim 2020-03-13 02:54:31 +01:00
parent 24535301aa
commit 3ad9f8a1cb
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
$propbag->add('copyright', 'GPL');
$propbag->add('event_hooks', array('frontend_header' => true));
$propbag->add('author', 'Martin Sewelies');
$propbag->add('version', '0.1');
$propbag->add('version', '0.2');
$propbag->add('requirements', array('serendipity' => '2.3'));
$propbag->add('stackable', false);
$propbag->add('groups', array('FRONTEND_FEATURES'));

View file

@ -1,4 +1,4 @@
<?php
@define('PLUGIN_EVENT_OSM_VERSION', '0.1');
@define('PLUGIN_EVENT_OSM_VERSION', '0.2');
@define('PLUGIN_EVENT_OSM_AUTHOR', 'Martin Sewelies');
?>