tags 1.5.1

This commit is contained in:
Rodolfo Berrios 2021-10-28 13:52:59 -03:00
parent 4f635699ac
commit 932593d7bc
No known key found for this signature in database
GPG Key ID: D3AAC2481DBDD9FE
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -290,6 +290,7 @@ try {
'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 = [];