Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
tags 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Oct 28, 2021
1 parent 4f63569 commit 932593d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
define('G_APP_NAME', 'Chevereto Free');
define('G_APP_VERSION', '1.5.0');
define('G_APP_VERSION', '1.5.1');
define('G_APP_GITHUB_OWNER', 'rodber');
define('G_APP_GITHUB_REPO', 'chevereto-free');
define('G_APP_GITHUB_REPO_URL', 'https://github.com/' . G_APP_GITHUB_OWNER . '/' . G_APP_GITHUB_REPO);
Expand Down
1 change: 1 addition & 0 deletions app/install/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@
'1.4.1' => null,
'1.4.2' => null,
'1.5.0' => null,
'1.5.1' => null,
];
// Settings that must be renamed from NAME to NEW NAME and DELETE old NAME
$settings_rename = [];
Expand Down

0 comments on commit 932593d

Please sign in to comment.