Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit 701c1d9

Browse files
committed
tags 1.6.1
1 parent 5860317 commit 701c1d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
define('G_APP_NAME', 'Chevereto Free');
3-
define('G_APP_VERSION', '1.6.1');
3+
define('G_APP_VERSION', '1.6.2');
44
define('G_APP_GITHUB_OWNER', 'rodber');
55
define('G_APP_GITHUB_REPO', 'chevereto-free');
66
define('G_APP_GITHUB_REPO_URL', 'https://github.com/' . G_APP_GITHUB_OWNER . '/' . G_APP_GITHUB_REPO);

app/install/installer.php

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@
295295
'1.6.1' => [
296296
'chevereto_news' => 'a:0:{}',
297297
],
298+
'1.6.2' => null,
298299
];
299300
$settings_rename = [];
300301
$settings_switch = [];

0 commit comments

Comments
 (0)