From 8888eef714a1cf549cff01ca867098395736f862 Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Thu, 5 Jan 2023 12:20:44 +0100 Subject: [PATCH] Release 0.6.1 --- composer.json | 2 +- composer.lock | 14 +++++++------- src/PHPUnuhi.php | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c613602f..d25caf15 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "boxblinkracer/phpunuhi", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "description": "Easy tool to work with translation files for validation, imports and exports.", "keywords": [ diff --git a/composer.lock b/composer.lock index 7f4ed7ff..035e2537 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "35afb535d5c151edd8e4486a67884623", + "content-hash": "d74578c41d5cce94c02746be45ab53ff", "packages": [ { "name": "psr/container", @@ -1705,16 +1705,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.6", + "version": "1.9.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "ef38a25950e5d0e6c95eedf49d8a784272f8dc5e" + "reference": "0501435cd342eac7664bd62155b1ef907fc60b6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ef38a25950e5d0e6c95eedf49d8a784272f8dc5e", - "reference": "ef38a25950e5d0e6c95eedf49d8a784272f8dc5e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0501435cd342eac7664bd62155b1ef907fc60b6f", + "reference": "0501435cd342eac7664bd62155b1ef907fc60b6f", "shasum": "" }, "require": { @@ -1744,7 +1744,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.6" + "source": "https://github.com/phpstan/phpstan/tree/1.9.7" }, "funding": [ { @@ -1760,7 +1760,7 @@ "type": "tidelift" } ], - "time": "2023-01-03T13:40:32+00:00" + "time": "2023-01-04T21:59:57+00:00" }, { "name": "phpunit/php-code-coverage", diff --git a/src/PHPUnuhi.php b/src/PHPUnuhi.php index 313ab976..0e265570 100644 --- a/src/PHPUnuhi.php +++ b/src/PHPUnuhi.php @@ -8,6 +8,6 @@ class PHPUnuhi /** * */ - public const VERSION = "0.6.0"; + public const VERSION = "0.6.1"; }