From 430c247f19cb6cecdd877c154013cb3fedf06e93 Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Mon, 9 Jan 2023 23:31:12 +0100 Subject: [PATCH] Release 1.0.0 --- composer.json | 2 +- src/PHPUnuhi.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6cd8e48f..3e94a30a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "boxblinkracer/phpunuhi", - "version": "0.6.1", + "version": "1.0.0", "license": "MIT", "description": "Easy tool to work with translation files for validation, exports, imports and more.", "homepage": "https://github.com/boxblinkracer/phpunuhi", diff --git a/src/PHPUnuhi.php b/src/PHPUnuhi.php index 0e265570..545a0fa4 100644 --- a/src/PHPUnuhi.php +++ b/src/PHPUnuhi.php @@ -8,6 +8,6 @@ class PHPUnuhi /** * */ - public const VERSION = "0.6.1"; + public const VERSION = "1.0.0"; }