From d94ee0584ee5c014a03615dc8b9345d45a759006 Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Thu, 5 Jan 2023 09:10:35 +0100 Subject: [PATCH] Release 0.6.0 --- composer.json | 2 +- src/PHPUnuhi.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 76fb6ead..c613602f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "boxblinkracer/phpunuhi", - "version": "v0.5.0", + "version": "0.6.0", "license": "MIT", "description": "Easy tool to work with translation files for validation, imports and exports.", "keywords": [ diff --git a/src/PHPUnuhi.php b/src/PHPUnuhi.php index 8cdba0e3..313ab976 100644 --- a/src/PHPUnuhi.php +++ b/src/PHPUnuhi.php @@ -8,6 +8,6 @@ class PHPUnuhi /** * */ - public const VERSION = "0.5.0"; + public const VERSION = "0.6.0"; }