Skip to content

Commit 28caf76

Browse files
committed
Bump version to 1.5.3
1 parent f4c5e09 commit 28caf76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "phpbb/translation-validator",
33
"description": "A language package validator for phpBB language packs. Language packs are required to pass the validator when submitted to the language pack database.",
44
"homepage": "https://github.com/phpbb/phpbb-translation-validator",
5-
"version": "1.5.2",
5+
"version": "1.5.3",
66
"license": "GPL-2.0-only",
77
"authors": [
88
{

translation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*/
1010

11-
const TRANSLATION_VALIDATOR_VERSION = '1.5.2';
11+
const TRANSLATION_VALIDATOR_VERSION = '1.5.3';
1212

1313
require 'vendor/autoload.php';
1414

0 commit comments

Comments
 (0)