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

Commit 5a8160a

Browse files
committed
Tag 1.2.3
1 parent cdcc5b1 commit 5a8160a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/app.php

Lines changed: 1 addition & 1 deletion
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.2.2');
3+
define('G_APP_VERSION', '1.2.3');
44
define('G_APP_GITHUB_OWNER', 'chevereto');
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@
278278
],
279279
'1.2.1' => null,
280280
'1.2.2' => null,
281+
'1.2.3' => null,
281282
];
282283
// Settings that must be renamed from NAME to NEW NAME and DELETE old NAME
283284
$settings_rename = [];

0 commit comments

Comments
 (0)