tags 1.6.1

This commit is contained in:
Rodolfo Berrios 2022-01-07 13:25:58 -03:00
parent 58603172b1
commit 701c1d925a
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.6.1');
define('G_APP_VERSION', '1.6.2');
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

@ -295,6 +295,7 @@ try {
'1.6.1' => [
'chevereto_news' => 'a:0:{}',
],
'1.6.2' => null,
];
$settings_rename = [];
$settings_switch = [];