Skip to content

Commit

Permalink
Bump version and fix composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimuHakurei committed Dec 16, 2023
1 parent 7fa26c5 commit 98c961d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phppgadmin/phppgadmin",
"description": "phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies, and hosting services.",
"type": "Application",
"type": "project",
"license": "GPL-2.0+",
"require": {
"php": ">=7.1",
Expand Down
2 changes: 1 addition & 1 deletion libraries/lib.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$appName = 'phpPgAdmin';

// Application version
$appVersion = '7.14.6-mod';
$appVersion = '7.14.7-mod';

// PostgreSQL and PHP minimum version
global $postgresqlMinVer;
Expand Down

0 comments on commit 98c961d

Please sign in to comment.