Skip to content

Commit 98c961d

Browse files
committed
Bump version and fix composer.json.
1 parent 7fa26c5 commit 98c961d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phppgadmin/phppgadmin",
33
"description": "phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies, and hosting services.",
4-
"type": "Application",
4+
"type": "project",
55
"license": "GPL-2.0+",
66
"require": {
77
"php": ">=7.1",

libraries/lib.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$appName = 'phpPgAdmin';
1717

1818
// Application version
19-
$appVersion = '7.14.6-mod';
19+
$appVersion = '7.14.7-mod';
2020

2121
// PostgreSQL and PHP minimum version
2222
global $postgresqlMinVer;

0 commit comments

Comments
 (0)