Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano committed Sep 28, 2024
1 parent fe5a355 commit 34c87c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Sources/LightPortal/Hooks/Init.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __invoke(): void
Utils::$context['lp_load_time'] ??= microtime(true);

define('LP_NAME', 'Light Portal');
define('LP_VERSION', '2.7.1');
define('LP_VERSION', '2.7.2');
define('LP_PLUGIN_LIST', 'https://d8d75ea98b25aa12.mokky.dev/addons');
define('LP_ADDON_DIR', dirname(__DIR__) . '/Addons');
define('LP_CACHE_TIME', (int) (Config::$modSettings['lp_cache_interval'] ?? 72000));
Expand Down
2 changes: 1 addition & 1 deletion src/package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>Bugo:LightPortal</id>
<name>Light Portal</name>
<version>2.7.1</version>
<version>2.7.2</version>
<type>modification</type>

<upgrade from="2.6.*" for="2.1.*, 3.0.*">
Expand Down

0 comments on commit 34c87c2

Please sign in to comment.