tags 1.6.0

This commit is contained in:
Rodolfo Berrios 2021-12-14 13:48:44 -03:00
parent d2dad1fd1c
commit 1d16f288b1
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.1');
define('G_APP_VERSION', '1.6.0');
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

@ -291,6 +291,7 @@ try {
'1.4.2' => null,
'1.5.0' => null,
'1.5.1' => null,
'1.6.0' => null,
];
// Settings that must be renamed from NAME to NEW NAME and DELETE old NAME
$settings_rename = [];